GetErrorCount() public method

public GetErrorCount ( string name ) : int
name string
return int
Beispiel #1
0
 private int getErrorCount(string name)
 {
     return(ui.GetErrorCount(name));
 }