ImmutableSortedSet<T>::Count Property

 

Gets the number of elements in the immutable sorted set.

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 elements in the immutable sorted set.

Return to top
Show: