C# Class RazorPad.UI.Editors.Folding.RazorElementFold

Inheritance: ICSharpCode.AvalonEdit.Folding.NewFolding
显示文件 Open project: RazorPad/RazorPad Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool

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

GetHashCode ( ) : int
ToString ( ) : string

Protected Methods

Method Description
Equals ( RazorElementFold other ) : bool

Private Methods

Method Description
UpdateFoldName ( ) : void

Method Details

Equals() protected method

protected Equals ( RazorElementFold other ) : bool
other RazorElementFold
return bool

Equals() public method

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.
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ToString() public method

public ToString ( ) : string
return string