Loading...
Method in OrderedSet
public bool Add(T item)
Constructor in
Class in
Inherits from System.Object
System.Object
Method in
T item
T
System.Collections.Generic.IEqualityComparer<T> comparer
System.Collections.Generic.IEqualityComparer<T>
public OrderedSet(IEqualityComparer<T> comparer)
public void Clear()
public class OrderedSet<T> : ICollection<T>
Property in OrderedSet
public int Count { get };
public void CopyTo(T[] array, int arrayIndex)
public void Add(IEnumerable<T> items)
public bool Contains(T item)
T[] array
T[]
int arrayIndex
int
System.Collections.Generic.IEnumerable<T> items
System.Collections.Generic.IEnumerable<T>
public IEnumerator<T> GetEnumerator()
public virtual bool IsReadOnly { get };
Constructor in OrderedSet
public OrderedSet()
public bool Remove(T item)