Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Collections.Immutable.IImmutableListQueries< T > Interface Template Reference

Public Member Functions

ImmutableList< TOutput > ConvertAll< TOutput > (Func< T, TOutput > converter)
 
void ForEach (Action< T > action)
 
ImmutableList< TGetRange (int index, int count)
 
void CopyTo (T[] array)
 
void CopyTo (T[] array, int arrayIndex)
 
void CopyTo (int index, T[] array, int arrayIndex, int count)
 
bool Exists (Predicate< T > match)
 
TFind (Predicate< T > match)
 
ImmutableList< TFindAll (Predicate< T > match)
 
int FindIndex (Predicate< T > match)
 
int FindIndex (int startIndex, Predicate< T > match)
 
int FindIndex (int startIndex, int count, Predicate< T > match)
 
TFindLast (Predicate< T > match)
 
int FindLastIndex (Predicate< T > match)
 
int FindLastIndex (int startIndex, Predicate< T > match)
 
int FindLastIndex (int startIndex, int count, Predicate< T > match)
 
bool TrueForAll (Predicate< T > match)
 
int BinarySearch (T item)
 
int BinarySearch (T item, IComparer< T >? comparer)
 
int BinarySearch (int index, int count, T item, IComparer< T >? comparer)
 
IEnumerator GetEnumerator ()
 

Properties

T this[int index] [get]
 
int Count [get]
 

Detailed Description

Definition at line 5 of file IImmutableListQueries.cs.


The documentation for this interface was generated from the following file: