C# Class GameFramework.KeyString

Afficher le fichier Open project: dreamanlan/CSharpGameFramework Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
IsNullOrEmpty ( KeyString str ) : bool
ToString ( ) : string
Wrap ( ) : KeyString
Wrap ( List strs ) : KeyString
operator ( ) : bool

Private Methods

Méthode Description
Equals ( KeyString a, KeyString b ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsNullOrEmpty() public static méthode

public static IsNullOrEmpty ( KeyString str ) : bool
str KeyString
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

Wrap() public static méthode

public static Wrap ( ) : KeyString
Résultat KeyString

Wrap() public static méthode

public static Wrap ( List strs ) : KeyString
strs List
Résultat KeyString

operator() public static méthode

public static operator ( ) : bool
Résultat bool