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
  NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIElementModel.)
Public methodGetItem
Gets the item by index from array
(Inherited from IArrayT.)
Public methodGetIteratorT
Gets a new generic iterator
(Inherited from IIterableT.)
Public methodToArray
Creates new array containing all the elements of the collection
Top
Extension Methods
See Also