StartIndexDictionaryCount Property |
Gets the number of elements in the collection.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public int Count { get; }
Public ReadOnly Property Count As Integer
Get
Dim instance As StartIndexDictionary
Dim value As Integer
value = instance.Count
Return Value
Int32The number of elements in the collection.
Implements
IReadOnlyCollectionTCountSee Also