Method | Description | |
---|---|---|
Assert ( bool check, string format ) : void | ||
hasMethod ( object objectToCheck, string methodName ) : bool |
public static Assert ( bool check, string format ) : void | ||
check | bool | |
format | string | |
return | void |
public static hasMethod ( object objectToCheck, string methodName ) : bool | ||
objectToCheck | object | |
methodName | string | |
return | bool |