Entry.Entry C# (CSharp) Method

Entry() public method

Constructor for the Entry object. This creates an attribute object that is used to extract the name, value namespace prefix, and namespace reference from the provided node. This is used to populate any start events created.
public Entry ( Node, node ) : System
node Node, /// this is the node that represents the attribute ///
return System
         public Entry(Node node) {
            this.node = node;
         }
         /// <summary>

Same methods

Entry::Entry ( Class, create, Class, type ) : SimpleFramework.Xml