Microsoft.Scripting.Actions.BoundMemberTracker.GetValue C# (CSharp) 메소드

GetValue() 공개 메소드

public GetValue ( Microsoft.Scripting.Actions.Calls.OverloadResolverFactory resolverFactory, ActionBinder binder, Type type ) : DynamicMetaObject
resolverFactory Microsoft.Scripting.Actions.Calls.OverloadResolverFactory
binder ActionBinder
type System.Type
리턴 System.Dynamic.DynamicMetaObject
        public override DynamicMetaObject GetValue(OverloadResolverFactory resolverFactory, ActionBinder binder, Type type) {
            return _tracker.GetBoundValue(resolverFactory, binder, type, _instance);
        }