BitsetsNET.RLEBitset.Run.Run C# (CSharp) Method

Run() public method

public Run ( int startIndex, int endIndex ) : System
startIndex int
endIndex int
return System
            public Run(int startIndex, int endIndex)
            {
                StartIndex = startIndex;
                EndIndex = endIndex;
            }