System.Xml.Xsl.IlGen.XmlILVisitor.GetStorageType C# (CSharp) Method

GetStorageType() private method

Shortcut call to XmlILTypeHelper.GetStorageType.
private GetStorageType ( QilNode nd ) : Type
nd QilNode
return System.Type
        private Type GetStorageType(QilNode nd) {
            return XmlILTypeHelper.GetStorageType(nd.XmlType);
        }

Same methods

XmlILVisitor::GetStorageType ( XmlQueryType typ ) : Type
XmlILVisitor