C# Class System.Xml.Xsl.IlGen.XmlILTypeHelper

Static QilExpression type helper methods.
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
GetStorageType ( XmlQueryType qyTyp ) : Type

Return the default Clr data type that will be used to store instances of the QilNode's type.

Private Methods

Method Description
XmlILTypeHelper ( ) : System

Method Details

GetStorageType() public static method

Return the default Clr data type that will be used to store instances of the QilNode's type.
public static GetStorageType ( XmlQueryType qyTyp ) : Type
qyTyp XmlQueryType
return System.Type