Assembly: VRage.Scripting.dll

public abstract sealed class MemorySafeImmutableList

Methods

Member Description
static Create()
static Create(T)
static Create(T[])
static CreateBuilder()
static CreateRange(IEnumerable)
static ToTrackedImmutableList(this IEnumerable)
static TrackedRemove(this IImmutableList, T)
static TrackedRemoveRange(this IImmutableList, IEnumerable)
static TrackedReplace(this IImmutableList, T, T)