C# 클래스 RazorPad.UI.Editors.Folding.RazorElementFold

상속: ICSharpCode.AvalonEdit.Folding.NewFolding
파일 보기 프로젝트 열기: RazorPad/RazorPad 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int
ToString ( ) : string

보호된 메소드들

메소드 설명
Equals ( RazorElementFold other ) : bool

비공개 메소드들

메소드 설명
UpdateFoldName ( ) : void

메소드 상세

Equals() 보호된 메소드

protected Equals ( RazorElementFold other ) : bool
other RazorElementFold
리턴 bool

Equals() 공개 메소드

Determines whether the specified T:System.Object is equal to the current T:System.Object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string