Show / Hide Table of Contents

Class CompactSerializedArray<T>

Inheritance
System.Object
CompactSerializedArray<T>
Namespace: VRage.Game
Assembly: VRage.Game.dll
Syntax
public sealed class CompactSerializedArray<T> : ValueType
Type Parameters
Name Description
T

Properties

SerializableData

Declaration
public byte[] SerializableData { get; set; }
Property Value
Type Description
System.Byte[]

Operators

Implicit(in T[] to CompactSerializedArray<T>)

Declaration
public static implicit operator CompactSerializedArray<T>(in T[] array)
Parameters
Type Name Description
T[] array
Returns
Type Description
CompactSerializedArray<T>

Implicit(in CompactSerializedArray<T> to T[])

Declaration
public static implicit operator T[](in CompactSerializedArray<T> array)
Parameters
Type Name Description
CompactSerializedArray<T> array
Returns
Type Description
T[]
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾