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

◆ CreateBuilder< T >() [1/2]

static ImmutableArray< T >.Builder System.Collections.Immutable.ImmutableArray< T >.CreateBuilder< T > ( )
inlinestatic

Definition at line 175 of file ImmutableArray.cs.

176 {
177 return Create<T>().ToBuilder();
178 }
static ImmutableArray< T > Create< T >()

References System.Collections.Immutable.ImmutableArray< T >.Create< T >().