Méthode | Description | |
---|---|---|
BoolProperty ( string name, |
||
BoolProperty ( string name, bool value ) : System |
Creates a new BoolProperty instance from a given name and value.
|
|
Clone ( ) : object | ||
Parse ( string value ) : void | ||
ToString ( ) : string |
Returns the property's value as a String.
|
public BoolProperty ( string name, |
||
name | string | |
property | ||
Résultat | System |
public BoolProperty ( string name, bool value ) : System | ||
name | string | The name of the property. |
value | bool | The value of the property. |
Résultat | System |