fCraft.SecurityController.PlayerListCollection.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : object
return object
            public object Clone() {
                return new PlayerListCollection( this );
            }
        }
SecurityController.PlayerListCollection