BitsetsNET.Tests.RoaringBitSetTests.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 RoaringBitset.Create(indices);
        }