AODL.Document.Styles.WallStyle.PropertyCollection_Inserted C# (CSharp) Method

PropertyCollection_Inserted() private method

Properties the collection_ inserted.
private PropertyCollection_Inserted ( int index, object value ) : void
index int The index.
value object The value.
return void
		private void PropertyCollection_Inserted(int index, object value)
		{
			this.Node.AppendChild(((IProperty)value).Node);
		}