[]
        
立即试用
(Showing Draft Content)

IFilters

Interface IFilters


public interface IFilters
表示一组过滤器对象集合,这些对象代表了自动过滤范围内的所有过滤器。
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int index)
    获取指定索引的过滤器。
    int
    返回集合中的对象数量。
  • Method Details

    • getCount

      int getCount()
      返回集合中的对象数量。
    • get

      IFilter get(int index)
      获取指定索引的过滤器。