Nexus.Client.Games.Gamebryo.Tools.TESsnip.GroupRecord.GetData C# (CSharp) Method

GetData() public method

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