System.Data.SimpleType.SimpleType C# (CSharp) Method

SimpleType() private method

private SimpleType ( string baseType ) : System.Xml
baseType string
return System.Xml
        internal SimpleType(string baseType)
        {
            // anonymous simpletype
            _baseType = baseType;
        }

Same methods

SimpleType::SimpleType ( SerializationInfo info, StreamingContext context ) : System.Xml
SimpleType::SimpleType ( XmlSchemaSimpleType node ) : System.Xml