System.Xml.Xsl.IlGen.GenerateHelper.CallGetGlobalValue C# (CSharp) 메소드

CallGetGlobalValue() 공개 메소드

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