Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Immutable.ImmutableList< T >.Builder Member List

This is the complete list of members for System.Collections.Immutable.ImmutableList< T >.Builder, including all inherited members.

_immutableSystem.Collections.Immutable.ImmutableList< T >.Builderprivate
_rootSystem.Collections.Immutable.ImmutableList< T >.Builderprivate
_syncRootSystem.Collections.Immutable.ImmutableList< T >.Builderprivate
_versionSystem.Collections.Immutable.ImmutableList< T >.Builderprivate
Add(T item)System.Collections.Immutable.ImmutableList< T >.Builderinline
Add(object value)System.Collections.Immutable.ImmutableList< T >.Builderinlineprivate
IList< T >.Add(object? value)System.Collections.IList< T >
System::Collections::IList.Add(object? value)System.Collections.IList
AddRange(IEnumerable< T > items)System.Collections.Immutable.ImmutableList< T >.Builderinline
BinarySearch(T item)System.Collections.Immutable.ImmutableList< T >.Builderinline
BinarySearch(T item, IComparer< T >? comparer)System.Collections.Immutable.ImmutableList< T >.Builderinline
BinarySearch(int index, int count, T item, IComparer< T >? comparer)System.Collections.Immutable.ImmutableList< T >.Builderinline
Builder(ImmutableList< T > list)System.Collections.Immutable.ImmutableList< T >.Builderinlinepackage
Clear()System.Collections.Immutable.ImmutableList< T >.Builderinline
Clear()System.Collections.Immutable.ImmutableList< T >.Builderinlineprivate
Contains(T item)System.Collections.Immutable.ImmutableList< T >.Builderinline
Contains(object value)System.Collections.Immutable.ImmutableList< T >.Builderinlineprivate
IList< T >.Contains(object? value)System.Collections.IList< T >
System::Collections::IList.Contains(object? value)System.Collections.IList
ConvertAll< TOutput >(Func< T, TOutput > converter)System.Collections.Immutable.ImmutableList< T >.Builderinline
CopyTo(T[] array)System.Collections.Immutable.ImmutableList< T >.Builderinline
CopyTo(T[] array, int arrayIndex)System.Collections.Immutable.ImmutableList< T >.Builderinline
CopyTo(int index, T[] array, int arrayIndex, int count)System.Collections.Immutable.ImmutableList< T >.Builderinline
CopyTo(Array array, int arrayIndex)System.Collections.Immutable.ImmutableList< T >.Builderinlineprivate
CountSystem.Collections.Immutable.ImmutableList< T >.Builder
Exists(Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
Find(Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
FindAll(Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
FindIndex(Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
FindIndex(int startIndex, Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
FindIndex(int startIndex, int count, Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
FindLast(Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
FindLastIndex(Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
FindLastIndex(int startIndex, Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
FindLastIndex(int startIndex, int count, Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
ForEach(Action< T > action)System.Collections.Immutable.ImmutableList< T >.Builderinline
GetEnumerator()System.Collections.Immutable.ImmutableList< T >.Builderinline
GetEnumerator()System.Collections.Immutable.ImmutableList< T >.Builderinlineprivate
GetEnumerator()System.Collections.Immutable.ImmutableList< T >.Builderinlineprivate
GetRange(int index, int count)System.Collections.Immutable.ImmutableList< T >.Builderinline
IndexOf(T item)System.Collections.Immutable.ImmutableList< T >.Builderinline
IndexOf(T item, int index)System.Collections.Immutable.ImmutableList< T >.Builderinline
IndexOf(T item, int index, int count)System.Collections.Immutable.ImmutableList< T >.Builderinline
IndexOf(T item, int index, int count, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.ImmutableList< T >.Builderinline
IndexOf(object value)System.Collections.Immutable.ImmutableList< T >.Builderinlineprivate
IList< T >.IndexOf(object? value)System.Collections.IList< T >
System::Collections::IList.IndexOf(object? value)System.Collections.IList
Insert(int index, T item)System.Collections.Immutable.ImmutableList< T >.Builderinline
Insert(int index, object value)System.Collections.Immutable.ImmutableList< T >.Builderinlineprivate
IList< T >.Insert(int index, object? value)System.Collections.IList< T >
System::Collections::IList.Insert(int index, object? value)System.Collections.IList
InsertRange(int index, IEnumerable< T > items)System.Collections.Immutable.ImmutableList< T >.Builderinline
IsFixedSizeSystem.Collections.Immutable.ImmutableList< T >.Builderprivate
IsReadOnlySystem.Collections.Immutable.ImmutableList< T >.Builderprivate
IsReadOnlySystem.Collections.Immutable.ImmutableList< T >.Builderprivate
IsSynchronizedSystem.Collections.Immutable.ImmutableList< T >.Builderprivate
ItemRef(int index)System.Collections.Immutable.ImmutableList< T >.Builderinline
LastIndexOf(T item)System.Collections.Immutable.ImmutableList< T >.Builderinline
LastIndexOf(T item, int startIndex)System.Collections.Immutable.ImmutableList< T >.Builderinline
LastIndexOf(T item, int startIndex, int count)System.Collections.Immutable.ImmutableList< T >.Builderinline
LastIndexOf(T item, int startIndex, int count, IEqualityComparer< T >? equalityComparer)System.Collections.Immutable.ImmutableList< T >.Builderinline
Remove(T item)System.Collections.Immutable.ImmutableList< T >.Builderinline
Remove(object value)System.Collections.Immutable.ImmutableList< T >.Builderinlineprivate
IList< T >.Remove(object? value)System.Collections.IList< T >
System::Collections::IList.Remove(object? value)System.Collections.IList
RemoveAll(Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
RemoveAt(int index)System.Collections.Immutable.ImmutableList< T >.Builderinline
Reverse()System.Collections.Immutable.ImmutableList< T >.Builderinline
Reverse(int index, int count)System.Collections.Immutable.ImmutableList< T >.Builderinline
RootSystem.Collections.Immutable.ImmutableList< T >.Builderpackage
Sort()System.Collections.Immutable.ImmutableList< T >.Builderinline
Sort(Comparison< T > comparison)System.Collections.Immutable.ImmutableList< T >.Builderinline
Sort(IComparer< T >? comparer)System.Collections.Immutable.ImmutableList< T >.Builderinline
Sort(int index, int count, IComparer< T >? comparer)System.Collections.Immutable.ImmutableList< T >.Builderinline
SyncRootSystem.Collections.Immutable.ImmutableList< T >.Builderprivate
this[int index]System.Collections.Immutable.ImmutableList< T >.Builder
this[int index]System.Collections.Immutable.ImmutableList< T >.Builderprivate
this[int index]System.Collections.Immutable.ImmutableList< T >.Builderprivate
ToImmutable()System.Collections.Immutable.ImmutableList< T >.Builderinline
TrueForAll(Predicate< T > match)System.Collections.Immutable.ImmutableList< T >.Builderinline
VersionSystem.Collections.Immutable.ImmutableList< T >.Builderpackage