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

CallGetEarlyBoundObject() 공개 메소드

public CallGetEarlyBoundObject ( int idxObj, Type clrType ) : void
idxObj int
clrType System.Type
리턴 void
        public void CallGetEarlyBoundObject(int idxObj, Type clrType)
        {
            LoadQueryRuntime();
            LoadInteger(idxObj);
            Call(XmlILMethods.GetEarly);
            TreatAs(typeof(object), clrType);
        }