CollectionBaseTCount Property |
Must be overridden to provide the number of items in the collection.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic abstract int Count { get; }
public:
virtual property int Count {
int get () abstract;
}
Property Value
Type:
Int32The number of items in the collection.
Implements
ICollectionTCountICollectionCount
See Also