ImmutableDictionary<TKey, TValue>::Count Property

 

Gets the number of key/value pairs in the immutable dictionary.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
property int Count {
	virtual int get() sealed;
}

Property Value

Type: System::Int32

The number of key/value pairs in the dictionary.

Return to top
Show: