Returns the number of items in the bag.
Namespace: X3Platform.CollectionsAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic override sealed int Count { get; }
public:
virtual property int Count {
int get () override sealed;
}
Property Value
Type:
Int32The number of items in the bag.
Implements
ICollectionTCountICollectionCount
RemarksThe size of the bag is returned in constant time.
See Also