C# Class Library.Net.Amoeba.ExistManager.GroupManager

Mostrar archivo 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