Nexus.Client.Games.Gamebryo.Tools.TESsnip.SubRecord.AddRecord C# (CSharp) Method

AddRecord() public method

Adds the given sub-record to the record.
public AddRecord ( BaseRecord br ) : void
br BaseRecord The record to add.
return void
		public override void AddRecord(BaseRecord br)
		{
			throw new TESParserException("Subrecords cannot contain additional data.");
		}