BitsetsNET.Tests.RLEBitsetTests.CreateSetFromIndices C# (CSharp) Метод

CreateSetFromIndices() защищенный Метод

protected CreateSetFromIndices ( int indices, int length ) : IBitset
indices int
length int
Результат IBitset
        protected override IBitset CreateSetFromIndices(int[] indices, int length)
        {
            return RLEBitset.CreateFrom(indices, length);
        }