Click or drag to resize

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)
Syntax
public int UniqueCount { get; }

Property Value

Type: Int32
See Also