Method | Description | |
---|---|---|
Require ( object value, string name ) : void | ||
Require ( string value, string name ) : void |
public static Require ( object value, string name ) : void | ||
value | object | |
name | string | |
return | void |
public static Require ( string value, string name ) : void | ||
value | string | |
name | string | |
return | void |