GetFieldNames() публичный Метод

public GetFieldNames ( IndexReader fieldNames ) : ICollection
fieldNames IndexReader
Результат ICollection
Пример #1
0
 public override System.Collections.Generic.ICollection <string> GetFieldNames(IndexReader.FieldOption fieldNames)
 {
     EnsureOpen();
     return(DirectoryReader.GetFieldNames(fieldNames, this.subReaders));
 }