C# Class ARCed.Scintilla.TopLevelHelper

Top level ScintillaHelpers Like Style and Folding inherit from this class so they don't have to reimplement the same Equals method
Inheritance: ScintillaHelperBase
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Méthode Description
TopLevelHelper ( Scintilla scintilla )

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int