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

XmlSchemaFractionDigitsFacet() public method

public XmlSchemaFractionDigitsFacet ( ) : System.ComponentModel
return System.ComponentModel
        public XmlSchemaFractionDigitsFacet() {
            FacetType = FacetType.FractionDigits;
        }
    }
XmlSchemaFractionDigitsFacet