dCsharp

APCollection.Count Property

The number of target objects in the collection view. Unfortunately this has to be linear time-- we can't even cache the result, because the structure is mutable behind our back.

new public virtual int Count {get;}

Implements

ICollection.Count

See Also

APCollection Class | edu.neu.ccs.demeter.dCsharp Namespace