C# Class Lucene.Net.Util.FieldCacheSanityChecker.ReaderField

Simple pair object for using "readerKey + fieldName" a Map key
Afficher le fichier Open project: apache/lucenenet

Méthodes publiques

Свойство Type Description
FieldName string
ReaderKey object

Méthodes publiques

Méthode Description
Equals ( object that ) : bool
GetHashCode ( ) : int
ReaderField ( object readerKey, string fieldName ) : System.Collections.Generic
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object that ) : bool
that object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ReaderField() public méthode

public ReaderField ( object readerKey, string fieldName ) : System.Collections.Generic
readerKey object
fieldName string
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

FieldName public_oe property

public string FieldName
Résultat string

ReaderKey public_oe property

public object ReaderKey
Résultat object