MCLawl.CommandList.All C# (CSharp) Method

All() public method

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