 | CondensedCollectionTUniqueCount Property |
[This is preliminary documentation and is subject to change.]
Gets count of unique values held in the collection. If T is nullable and null element(s) are present,
null will be counted as a unique value.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic int UniqueCount { get; }Public ReadOnly Property UniqueCount As Integer
Get
public:
property int UniqueCount {
int get ();
}member UniqueCount : int with get
Property Value
Type:
Int32
See Also