  | FastDictionaryTKey, TValueCount Property  | 
  
    Namespace: 
   Cauldron.Collections
    Assembly:
   Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntaxpublic int Count { get; }Public ReadOnly Property Count As Integer
	Get
public:
virtual property int Count {
	int get () sealed;
}Property Value
Type: 
Int32[Missing <value> documentation for "P:Cauldron.Collections.FastDictionary`2.Count"]
Implements
ICollectionTCount
See Also