System.Xml.Schema.XmlSchemaMinLengthFacet.XmlSchemaMinLengthFacet C# (CSharp) Method

XmlSchemaMinLengthFacet() public method

public XmlSchemaMinLengthFacet ( ) : System.ComponentModel
return System.ComponentModel
        public XmlSchemaMinLengthFacet() {
            FacetType = FacetType.MinLength;
        }
    }
XmlSchemaMinLengthFacet