BinaryAsset

public byte[] Data { get; set; }

Language: C#

public BinaryAsset(byte[] data)

Language: C#