C# Class GwSharp.GwMap

Afficher le fichier Open project: Rohansi/GwSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
Id string
Name string

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Méthode Description
GwMap ( string id, string name ) : System

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

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Id public_oe property

Unique identifier for the map.
public string Id
Résultat string

Name public_oe property

Name of the map.
public string Name
Résultat string