C# Class Mp3Handler.StrWithCursor

Afficher le fichier Open project: Confirmit/Students Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
StrWithCursor ( StrWithCursor input ) : System
StrWithCursor ( string input ) : System
ToString ( ) : string
operator ( ) : StrWithCursor
operator ( ) : bool

Méthodes protégées

Méthode Description
Equals ( StrWithCursor other ) : bool

Method Details

Equals() protected méthode

protected Equals ( StrWithCursor other ) : bool
other StrWithCursor
Résultat bool

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

StrWithCursor() public méthode

public StrWithCursor ( StrWithCursor input ) : System
input StrWithCursor
Résultat System

StrWithCursor() public méthode

public StrWithCursor ( string input ) : System
input string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : StrWithCursor
Résultat StrWithCursor

operator() public static méthode

public static operator ( ) : bool
Résultat bool