OrderedDictionaryTKey, TValueViewCount Property |
Number of keys in this view.
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:
Int32Number of keys that lie within the bounds the view.
Implements
ICollectionTCountICollectionCount
See Also