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
GetIn
Group
C# Class GetIn.Group
显示文件
Open project: bagheera/getin
Class Usage Examples
Public Methods
Method
Description
Equals
(
Group
other
) :
bool
Equals
(
object
obj
) :
bool
GetHashCode
( ) :
int
Group
( ) :
System
Group
(
string
name
) :
System
operator
( ) :
bool
post
(
Post
post1
) :
void
Method Details
Equals()
public
method
public
Equals
(
Group
other
) :
bool
other
Group
return
bool
Equals()
public
method
public
Equals
(
object
obj
) :
bool
obj
object
return
bool
GetHashCode()
public
method
public
GetHashCode
( ) :
int
return
int
Group()
public
method
public
Group
( ) :
System
return
System
Group()
public
method
public
Group
(
string
name
) :
System
name
string
return
System
operator()
public
static
method
public
static
operator
( ) :
bool
return
bool
post()
public
method
public
post
(
Post
post1
) :
void
post1
Post
return
void