System.Xml.Schema.XmlSchemaMaxInclusiveFacet.XmlSchemaMaxInclusiveFacet C# (CSharp) 메소드

XmlSchemaMaxInclusiveFacet() 공개 메소드

public XmlSchemaMaxInclusiveFacet ( ) : System.ComponentModel
리턴 System.ComponentModel
        public XmlSchemaMaxInclusiveFacet() {
            FacetType = FacetType.MaxInclusive;
        } 
    }
XmlSchemaMaxInclusiveFacet