GetErrorContext() private method

private GetErrorContext ( ) : ErrorHandling
return Microsoft.CSharp.RuntimeBinder.Errors.ErrorHandling
Beispiel #1
0
 private ErrorHandling GetErrorContext()
 {
     return(binder.GetErrorContext());
 }