Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Depressurizer
Category
C# Class Depressurizer.Category
Represents a single game category
Inheritance:
IComparable
Mostrar archivo
Open project: Theo47/depressurizer
Class Usage Examples
Public Properties
Property
Type
Description
Count
int
Name
string
Public Methods
Method
Description
Category
(
string
name
) :
System
CompareTo
(
object
o
) :
int
ToString
( ) :
string
Method Details
Category()
public
method
public
Category
(
string
name
) :
System
name
string
return
System
CompareTo()
public
method
public
CompareTo
(
object
o
) :
int
o
object
return
int
ToString()
public
method
public
ToString
( ) :
string
return
string
Property Details
Count
public_oe property
public
int
Count
return
int
Name
public_oe property
public
string
Name
return
string