Filters based on start index and count.
| C# | Visual Basic | Visual C++ |
public class CountFilter : ItemFilter
Public Class CountFilter _ Inherits ItemFilter
public ref class CountFilter : public ItemFilter
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| CountFilterCountFilterNew(Int32, Int32) | Creates a new instance of the CountFilter. | |
| CurrentIndex | ||
| Equals(Object) | (Inherited from Object.) | |
| Filter(IList<(Of <ContentItem>)>) | (Overrides ItemFilter.Filter(IList<(Of <ContentItem>)>).) | |
| Filter(IList<(Of <ContentItem>)>, Int32, Int32) | ||
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| Match(ContentItem) | This method doesn't consider the input item at all. Instead it increments and compares against this filter's CurrentIndex property. (Overrides ItemFilter.Match(ContentItem).) | |
| Match(Int32) | ||
| MaxCount | ||
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reset()() | ||
| StartIndex | ||
| ToString()() | (Inherited from Object.) |
| Object | ||
| ItemFilter | ||
| CountFilter | ||