Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
GwSharp
GwMap
C# Class GwSharp.GwMap
显示文件
Open project: Rohansi/GwSharp
Class Usage Examples
Public Properties
Property
Type
Description
Id
string
Name
string
Public Methods
Method
Description
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
operator
( ) :
bool
Private Methods
Method
Description
GwMap
(
string
id
,
string
name
) :
System
Method Details
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
Property Details
Id
public_oe property
Unique identifier for the map.
public
string
Id
return
string
Name
public_oe property
Name of the map.
public
string
Name
return
string