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