IIndexFilter

IIndexFilter interface

Defines a filter for skipping items based on their indices.

public interface IIndexFilter

Methods

NameDescription
ShouldSkipIndex(int)Determines whether the item with the specified index should be skipped.

See Also