Nexus.Client.Games.Gamebryo.Tools.TESsnip.GroupRecord.GetData C# (CSharp) 메소드

GetData() 공개 메소드

Gets the record's data.
public GetData ( ) : byte[]
리턴 byte[]
		public byte[] GetData() { return (byte[])data.Clone(); }
		internal byte[] GetReadonlyData() { return data; }