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

◆ CastArray< TOther >()

Type Constraints
TOther :class 

Definition at line 1679 of file ImmutableArray.cs.

1679 : class?
1680 {
1681 return new ImmutableArray<TOther>((TOther[])(object)array);
1682 }

References System.Collections.Immutable.ImmutableArray< T >.array.