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

CallGetEarlyBoundObject() public method

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