fCraft.CommandReader.Clone C# (CSharp) Метод

Clone() публичный Метод

Creates a copy of this command. Use the copy constructor instead of this, if possible.
public Clone ( ) : object
Результат object
        public object Clone() {
            return new CommandReader( this );
        }