GetErrorContext() private method

private GetErrorContext ( ) : ErrorHandling
return Microsoft.CSharp.RuntimeBinder.Errors.ErrorHandling
Ejemplo n.º 1
0
 private ErrorHandling GetErrorContext()
 {
     return(binder.GetErrorContext());
 }