Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Library
Net
Amoeba
ExistManager.GroupManager
C# Class Library.Net.Amoeba.ExistManager.GroupManager
Mostra file
Open project: Alliance-Network/Library
Public Methods
Method
Description
GetCount
(
bool
state
) :
int
GetKeys
(
bool
state
) :
IEnumerable
GroupManager
(
Group
group
) :
System
Set
(
Key
key
,
bool
state
) :
void
Method Details
GetCount()
public
method
public
GetCount
(
bool
state
) :
int
state
bool
return
int
GetKeys()
public
method
public
GetKeys
(
bool
state
) :
IEnumerable
state
bool
return
IEnumerable
GroupManager()
public
method
public
GroupManager
(
Group
group
) :
System
group
Group
return
System
Set()
public
method
public
Set
(
Key
key
,
bool
state
) :
void
key
Key
state
bool
return
void