C# Class Lucene.Net.Util.Parameter

Afficher le fichier Open project: maxpavlov/FlexNet

Méthodes publiques

Méthode Description
GetRealObject ( System context ) : Object
ToString ( ) : System.String

Méthodes protégées

Méthode Description
Parameter ( System name ) : System
ReadResolve ( ) : Object

Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.

Private Methods

Méthode Description
MakeKey ( System name ) : System.String
Parameter ( ) : System

Method Details

GetRealObject() public méthode

public GetRealObject ( System context ) : Object
context System
Résultat Object

Parameter() protected méthode

protected Parameter ( System name ) : System
name System
Résultat System

ReadResolve() protected méthode

Resolves the deserialized instance to the local reference for accurate equals() and == comparisons.
protected ReadResolve ( ) : Object
Résultat System.Object

ToString() public méthode

public ToString ( ) : System.String
Résultat System.String