System.Xml.Xsl.IlGen.GenerateHelper.CallGetGlobalValue C# (CSharp) Method

CallGetGlobalValue() public method

public CallGetGlobalValue ( int idxValue, Type clrType ) : void
idxValue int
clrType System.Type
return void
        public void CallGetGlobalValue(int idxValue, Type clrType)
        {
            LoadQueryRuntime();
            LoadInteger(idxValue);
            Call(XmlILMethods.GetGlobalValue);
            TreatAs(typeof(object), clrType);
        }