Nexus.Client.Games.Gamebryo.Tools.TESsnip.SubRecord.AddRecord C# (CSharp) Méthode

AddRecord() public méthode

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