Assembly: VRage.Scripting.dll
public abstract sealed class MemorySafeImmutableArray
Methods
| Member |
Description |
| static BinarySearch(this ImmutableArray, T) |
|
| static BinarySearch(this ImmutableArray, T, IComparer) |
|
| static BinarySearch(this ImmutableArray, int, int, T) |
|
| static BinarySearch(this ImmutableArray, int, int, T, IComparer) |
|
| static Create() |
|
| static Create(T) |
|
| static Create(T, T) |
|
| static Create(T, T, T) |
|
| static Create(T, T, T, T) |
|
| static Create(T[]) |
|
| static Create(T[], int, int) |
|
| static Create(ImmutableArray, int, int) |
|
| static CreateBuilder() |
|
| static CreateBuilder(int) |
|
| static CreateRange(IEnumerable) |
|
| static CreateRange<TSource, TResult>(ImmutableArray, Func<TSource, TResult>) |
|
| static CreateRange<TSource, TResult>(ImmutableArray, int, int, Func<TSource, TResult>) |
|
| static CreateRange<TSource, TArg, TResult>(ImmutableArray, Func<TSource, TArg, TResult>, TArg) |
|
| static CreateRange<TSource, TArg, TResult>(ImmutableArray, int, int, Func<TSource, TArg, TResult>, TArg) |
|
| static ToTrackedImmutableArray(this IEnumerable) |
|