fCraft.SecurityController.PlayerListCollection.Clone C# (CSharp) Méthode

Clone() public méthode

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