Axiom.Core.Node.CreateChildImpl C# (CSharp) Метод

CreateChildImpl() защищенный абстрактный Метод

Must be overridden in subclasses. Specifies how a Node is created. CreateChild uses this to create a new one and add it to the list of child nodes. This allows subclasses to not have to override CreateChild and duplicate all its functionality.
protected abstract CreateChildImpl ( ) : Node
Результат Node
		protected abstract Node CreateChildImpl();

Same methods

Node::CreateChildImpl ( string name ) : Node