Пример #1
0
        public PropertyTreeWriter Append()
        {
            if (IsPropertyTree)
            {
                return(new PropertyTreeNodeWriter((PropertyTree)this));
            }

            throw PropertyTreesFailure.CannotAppendChild();
        }
Пример #2
0
 public virtual void InsertChildAt(int index, PropertyNode node)
 {
     throw PropertyTreesFailure.CannotAppendChild();
 }