Click or drag to resize
IElementModelCollection Interface
Collection for IElementModel

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public interface IElementModelCollection : IIterable<IElementModel>, 
	IEnumerable<IElementModel>, IIterable, IEnumerable, IArray<IElementModel>, 
	IArray

The IElementModelCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Total numbers of item in the array
(Inherited from IArray.)
Public propertyItem
Gets an element by its index in the collection
Top
Methods
Extension Methods
See Also