DeriveByUnion() static private method

static private DeriveByUnion ( XmlSchemaSimpleType types, XmlSchemaType schemaType ) : DatatypeImplementation
types XmlSchemaSimpleType
schemaType XmlSchemaType
return DatatypeImplementation
Exemplo n.º 1
0
 internal static XmlSchemaDatatype DeriveByUnion(XmlSchemaSimpleType[] types, XmlSchemaType schemaType)
 {
     return(DatatypeImplementation.DeriveByUnion(types, schemaType));
 }
Exemplo n.º 2
0
 internal static XmlSchemaDatatype DeriveByUnion(XmlSchemaDatatype[] types)
 {
     return(DatatypeImplementation.DeriveByUnion(types));
 }