C# Class Fan.Sys.Boolean

Afficher le fichier Open project: xored/f4

Méthodes publiques

Свойство Type Description
False Boolean
True Boolean

Méthodes publiques

Méthode Description
GetHashCode ( ) : int
ToString ( ) : string
booleanValue ( ) : bool
toString ( bool b ) : string
valueOf ( bool b ) : Boolean
valueOf ( int i ) : Boolean
valueOf ( string s ) : Boolean

Private Methods

Méthode Description
Boolean ( bool val )

Method Details

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

booleanValue() public méthode

public booleanValue ( ) : bool
Résultat bool

toString() public static méthode

public static toString ( bool b ) : string
b bool
Résultat string

valueOf() public static méthode

public static valueOf ( bool b ) : Boolean
b bool
Résultat Boolean

valueOf() public static méthode

public static valueOf ( int i ) : Boolean
i int
Résultat Boolean

valueOf() public static méthode

public static valueOf ( string s ) : Boolean
s string
Résultat Boolean

Property Details

False public_oe static_oe property

public static Boolean,Fan.Sys False
Résultat Boolean

True public_oe static_oe property

public static Boolean,Fan.Sys True
Résultat Boolean