Microsoft.Scripting.Actions.BoundMemberTracker.GetError C# (CSharp) Метод

GetError() публичный Метод

public GetError ( ActionBinder binder ) : ErrorInfo
binder ActionBinder
Результат ErrorInfo
        public override ErrorInfo GetError(ActionBinder binder) {
            return _tracker.GetBoundError(binder, _instance);
        }