MCLawl.CommandList.All C# (CSharp) 메소드

All() 공개 메소드

public All ( ) : List
리턴 List
        public List<Command> All()
        {
            return new List<Command>(commands);
        }