ImmutableList<T>::Count Property

 

Gets the number of elements contained in the list.

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 list.

Return to top
Show: