All pages
Powered by GitBook
1 of 12

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

Loading...

IsReadOnly

Property in

public virtual bool IsReadOnly { get };

Summary

OrderedSet

Add(IEnumerable<T>)

Method in

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

System.Collections.Generic.IEnumerable<T> items

Summary

Parameters

OrderedSet

Remove(T)

Method in

Name
Description
public bool Remove(T item)

T item

Summary

Parameters

OrderedSet

GetEnumerator()

Method in

public IEnumerator<T> GetEnumerator()

Summary

OrderedSet

Add(T)

Method in

Name
Description
public bool Add(T item)

T item

Summary

Parameters

OrderedSet

OrderedSet

Class in Yarn.Compiler.Upgrader

Inherits from System.Object

Summary

public class OrderedSet<T> : ICollection<T>

Constructors

Name
Description

Name
Description
Name
Description

Methods

Properties

OrderedSet()

OrderedSet(IEqualityComparer)
Add(T)
Add(IEnumerable)
Clear()
Count
IsReadOnly
Contains(T)
CopyTo(T[],int)
GetEnumerator()
Remove(T)

OrderedSet()

Constructor in

public OrderedSet()

Summary

OrderedSet

CopyTo(T[],int)

Method in

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

T[] array

int arrayIndex

Summary

Parameters

OrderedSet

OrderedSet(IEqualityComparer<T>)

Constructor in

Name
Description
public OrderedSet(IEqualityComparer<T> comparer)

System.Collections.Generic.IEqualityComparer<T> comparer

Summary

Parameters

OrderedSet

Clear()

Method in

public void Clear()

Summary

OrderedSet

Contains(T)

Method in

Name
Description
public bool Contains(T item)

T item

Summary

Parameters

OrderedSet

Count

Property in

public int Count { get };

Summary

OrderedSet