Entry.Entry C# (CSharp) Method

Entry() public method

Constructor for the Entry object. This pairs the parameter type with the annotation argument used within the constructor. This allows constructor to be selected.
public Entry ( Class, create, Class, type ) : SimpleFramework.Xml
create Class, /// this is the label type to be instantiated ///
type Class, /// the type that is used within the constructor ///
return SimpleFramework.Xml
          public Entry(Class create, Class type) {
             this.create = create;
             this.type = type;
          }
          /// <summary>

Same methods

Entry::Entry ( Node, node ) : System