C# 클래스 Lucene.Net.Util.Parameter

파일 보기 프로젝트 열기: maxpavlov/FlexNet

공개 메소드들

메소드 설명
GetRealObject ( System context ) : Object
ToString ( ) : System.String

보호된 메소드들

메소드 설명
Parameter ( System name ) : System
ReadResolve ( ) : Object

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

비공개 메소드들

메소드 설명
MakeKey ( System name ) : System.String
Parameter ( ) : System

메소드 상세

GetRealObject() 공개 메소드

public GetRealObject ( System context ) : Object
context System
리턴 Object

Parameter() 보호된 메소드

protected Parameter ( System name ) : System
name System
리턴 System

ReadResolve() 보호된 메소드

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

ToString() 공개 메소드

public ToString ( ) : System.String
리턴 System.String