 | CondensedCollectionTHasCutover Property |
[This is preliminary documentation and is subject to change.]
Gets whether the collection has stopped performing deduplication
and has internally cutover to normal
ListT storage.
Namespace:
Condensed
Assembly:
Condensed (in Condensed.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic bool HasCutover { get; }Public ReadOnly Property HasCutover As Boolean
Get
public:
property bool HasCutover {
bool get ();
}member HasCutover : bool with get
Property Value
Type:
Boolean
See Also