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 );
        }