JustEnoughVi.CommandRange.CommandRange C# (CSharp) Method

CommandRange() public method

public CommandRange ( int start, int end ) : System
start int
end int
return System
        public CommandRange(int start, int end)
        {
            Start = start;
            End = end;
        }