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

Inheritance: ICSharpCode.AvalonEdit.Folding.NewFolding
Afficher le fichier Open project: RazorPad/RazorPad Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

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

GetHashCode ( ) : int
ToString ( ) : string

Méthodes protégées

Méthode Description
Equals ( RazorElementFold other ) : bool

Private Methods

Méthode Description
UpdateFoldName ( ) : void

Method Details

Equals() protected méthode

protected Equals ( RazorElementFold other ) : bool
other RazorElementFold
Résultat bool

Equals() public méthode

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.
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string