Kaos.Collections Library
Kaos.Collections Library
Kaos.Collections
RankedSet(T) Class
RankedSet(T) Methods
ICollection(T).Add Method
ICollection.CopyTo Method
IEnumerable(T).GetEnumerator Method
IEnumerable.GetEnumerator Method
ISerializable.GetObjectData Method
IDeserializationCallback.OnDeserialization Method
Add Method
Clear Method
Contains Method
CopyTo Method
CreateSetComparer Method
ElementAt Method
ElementAtOrDefault Method
ElementsBetween Method
ElementsBetweenIndexes Method
ElementsFrom Method
ExceptWith Method
First Method
GetEnumerator Method
GetObjectData Method
IndexOf Method
IntersectWith Method
IsProperSubsetOf Method
IsProperSupersetOf Method
IsSubsetOf Method
IsSupersetOf Method
Last Method
OnDeserialization Method
Overlaps Method
Remove Method
RemoveAt Method
RemoveRange Method
RemoveWhere Method
Replace Method
Reverse Method
SetEquals Method
Skip Method
SkipWhile Method
SymmetricExceptWith Method
TryGet Method
TryGetGreaterThan Method
TryGetGreaterThanOrEqual Method
TryGetLessThan Method
TryGetLessThanOrEqual Method
UnionWith Method
RankedSet
T
Clear Method
Removes all items from the set.
Namespace:
Kaos.Collections
Assembly:
KaosCollections (in KaosCollections.dll) Version: 4.2.0.0
Syntax
C#
Copy
public
void
Clear
()
Implements
ICollection
T
Clear
Remarks
This is a O(1) operation.
See Also
Reference
RankedSet
T
Class
Kaos.Collections Namespace
[v4.2.0.0] Copyright © 2009-2019 Kasey O. (github.com/kaosborn)