All pages
Powered by GitBook
1 of 12

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

OrderedSet(IEqualityComparer<T>)

Constructor in

Name
Description
public OrderedSet(IEqualityComparer<T> comparer)

System.Collections.Generic.IEqualityComparer<T> comparer

Summary

Parameters

OrderedSet

OrderedSet()

Constructor in

public OrderedSet()

Summary

OrderedSet

Add(IEnumerable<T>)

Method in

Name
Description
public void Add(IEnumerable<T> items)

System.Collections.Generic.IEnumerable<T> items

Summary

Parameters

OrderedSet

Clear()

Method in OrderedSet

Summary

public void Clear()

GetEnumerator()

Method in OrderedSet

Summary

public IEnumerator<T> GetEnumerator()

OrderedSet

Class in Yarn.Compiler.Upgrader

Inherits from System.Object

Summary

public class OrderedSet<T> : ICollection<T>

Constructors

Name
Description

Name
Description
Name
Description

Remove(T)

Method in

Name
Description
public bool Remove(T item)

T item

Summary

Parameters

OrderedSet

Contains(T)

Method in OrderedSet

Summary

public bool Contains(T item)

Parameters

Name
Description

T item

Add(T)

Method in OrderedSet

Summary

public bool Add(T item)

Parameters

Name
Description

T item

Count

Property in OrderedSet

Summary

public int Count { get };

OrderedSet(IEqualityComparer)

Add(T)

Add(IEnumerable)

Count

IsReadOnly

Methods

Properties

OrderedSet()

CopyTo(T[],int)

Method in OrderedSet

Summary

public void CopyTo(T[] array, int arrayIndex)

Parameters

Name
Description

T[] array

IsReadOnly

Property in

int arrayIndex

Clear()
Contains(T)
CopyTo(T[],int)
GetEnumerator()
Remove(T)
public virtual bool IsReadOnly { get };

Summary

OrderedSet