All pages
Powered by GitBook
1 of 12

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Contains(T)

Method in

Name
Description
public bool Contains(T item)

T item

Summary

Parameters

OrderedSet

Remove(T)

Method in

Name
Description

OrderedSet()

Constructor in

public bool Remove(T item)

T item

Summary

Parameters

OrderedSet
public OrderedSet()

Summary

OrderedSet

Clear()

Method in OrderedSet

Summary

public void Clear()

Add(IEnumerable<T>)

Method in OrderedSet

Summary

public void Add(IEnumerable<T> items)

Parameters

Name
Description

System.Collections.Generic.IEnumerable<T> items

OrderedSet

Class in Yarn.Compiler.Upgrader

Inherits from System.Object

Summary

public class OrderedSet<T> : ICollection<T>

Constructors

Name
Description

Name
Description
Name
Description

CopyTo(T[],int)

Method in

Name
Description

Methods

Properties

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

T[] array

Summary

Parameters

OrderedSet

IsReadOnly

Property in

Count

Property in

OrderedSet(IEqualityComparer<T>)

Constructor in

Name
Description

int arrayIndex

public virtual bool IsReadOnly { get };

Summary

OrderedSet
public int Count { get };

Summary

OrderedSet
public OrderedSet(IEqualityComparer<T> comparer)

System.Collections.Generic.IEqualityComparer<T> comparer

Summary

Parameters

OrderedSet

OrderedSet(IEqualityComparer)
Add(T)
Add(IEnumerable)
Count
IsReadOnly

Add(T)

Method in

Name
Description
Clear()
Contains(T)
CopyTo(T[],int)
GetEnumerator()
Remove(T)
public bool Add(T item)

T item

Summary

Parameters

OrderedSet

GetEnumerator()

Method in

public IEnumerator<T> GetEnumerator()

Summary

OrderedSet