Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ RemoveAt() [1/4]

ImmutableArray< T > System.Collections.Immutable.ImmutableArray< T >.RemoveAt ( int index)
inline

Implements System.Collections.IList.

Definition at line 1183 of file ImmutableArray.cs.

1184 {
1185 return RemoveRange(index, 1);
1186 }
ImmutableArray< T > RemoveRange(int index, int length)

References System.index, and System.Collections.Immutable.ImmutableArray< T >.RemoveRange().