C# 클래스 Lucene.Net.Analysis.BaseTokenStreamTestCase.CheckClearAttributesAttribute

Attribute that records if it was cleared or not. this is used for testing that ClearAttributes() was called correctly.
상속: System.Attribute, ICheckClearAttributesAttribute
파일 보기 프로젝트 열기: apache/lucenenet

공개 메소드들

메소드 설명
Clear ( ) : void
CopyTo ( Attribute target ) : void
Equals ( object other ) : bool
GetHashCode ( ) : int

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CopyTo() 공개 메소드

public CopyTo ( Attribute target ) : void
target System.Attribute
리턴 void

Equals() 공개 메소드

public Equals ( object other ) : bool
other object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int