ICollection
Overview
Base collection interface.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.System
- Ancestry: IEnumerable | ICollection
Properties
Count
Contains the number of elements.
property Count: Int32 read;
Int32 Count { get; }
var Count: Int32 { get{} }
Int32 Count { __get; }
ReadOnly Property Count() As Int32
Required Methods
GetEnumerator (declared in IEnumerable)
Returns the enumerable.
method GetEnumerator: IEnumerator
IEnumerator GetEnumerator()
func GetEnumerator() -> IEnumerator
IEnumerator GetEnumerator()
Function GetEnumerator() As IEnumerator