void IElement.PostParse(IElement parentElement) { ParseElementCollection parseElementCollection = (ParseElementCollection)parentElement; _propInfo._ulId = (uint)parseElementCollection._rule._iSerialize2; parseElementCollection.AddSementicPropertyTag(_propInfo); }
void IElement.PostParse(IElement parentElement) { ParseElementCollection parent = (ParseElementCollection)parentElement; _propInfo._ulId = (uint)parent._rule._iSerialize2; // Attach the semantic properties on the parent element. parent.AddSementicPropertyTag(_propInfo); }