System.Xml.Xsl.XmlQueryTypeFactory.Type C# (CSharp) Method

Type() public static method

Create an XmlQueryType from an XmlTypeCode.
public static Type ( XmlTypeCode code, bool isStrict ) : XmlQueryType
code XmlTypeCode the type code of the item
isStrict bool true if the dynamic type is guaranteed to match the static type exactly
return XmlQueryType
        public static XmlQueryType Type(XmlTypeCode code, bool isStrict) {
            return ItemType.Create(code, isStrict);
        }

Same methods

XmlQueryTypeFactory::Type ( XPathNodeType kind, XmlQualifiedNameTest nameTest, XmlSchemaType contentType, bool isNillable ) : XmlQueryType
XmlQueryTypeFactory::Type ( XmlSchemaSimpleType schemaType, bool isStrict ) : XmlQueryType
XmlQueryTypeFactory::Type ( XmlTypeCode code, XmlQualifiedNameTest nameTest, XmlSchemaType contentType, bool isNillable ) : XmlQueryType
XmlQueryTypeFactory::Type ( XmlTypeCode code, XmlQualifiedNameTest nameTest, XmlSchemaType contentType, bool isNillable, XmlQueryCardinality card ) : XmlQueryType
XmlQueryTypeFactory::Type ( XmlTypeCode code, XmlQueryCardinality card ) : XmlQueryType