JavaScript Required:
This documentation site requires JavaScript to function. Please enable JavaScript in your browser to view the navigation and search features.
đźŹ
🔄 Mod API
VRage.Scripting.MemorySafeTypes
MemorySafeImmutableList
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)