C# Class fCraft.SecurityController.PlayerListCollection

Inheritance: ICloneable
Show file Open project: fragmer/fCraft Class Usage Examples

Public Properties

Property Type Description
Excluded fCraft.PlayerInfo[]
Included fCraft.PlayerInfo[]

Public Methods

Method Description
Clone ( ) : object
PlayerListCollection ( ) : System
PlayerListCollection ( PlayerListCollection other ) : System

Method Details

Clone() public method

public Clone ( ) : object
return object

PlayerListCollection() public method

public PlayerListCollection ( ) : System
return System

PlayerListCollection() public method

public PlayerListCollection ( PlayerListCollection other ) : System
other PlayerListCollection
return System

Property Details

Excluded public property

public PlayerInfo[],fCraft Excluded
return fCraft.PlayerInfo[]

Included public property

public PlayerInfo[],fCraft Included
return fCraft.PlayerInfo[]