Свойство | Тип | Описание | |
---|---|---|---|
scintilla_Load | void |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
Equals ( object obj ) : bool |
Abstract Equals Override. All Helpers must implement this. Use IsSameHelperFamily to determine if the types are compatible and they have the same Scintilla. For most top level helpers like Caret and Lexing this should be enough. Helpers like Marker and Line also need to take other variables into consideration.
|
|
GetHashCode ( ) : int |
Метод | Описание | |
---|---|---|
Initialize ( ) : void | ||
IsSameHelperFamily ( object obj ) : bool |
Determines if obj belongs to the same Scintilla and is of compatible type
|
|
ScintillaHelperBase ( Scintilla scintilla ) : System |
Метод | Описание | |
---|---|---|
scintilla_Load ( object sender, |
public abstract Equals ( object obj ) : bool | ||
obj | object | |
Результат | bool |
protected IsSameHelperFamily ( object obj ) : bool | ||
obj | object | |
Результат | bool |
protected ScintillaHelperBase ( Scintilla scintilla ) : System | ||
scintilla | Scintilla | |
Результат | System |