Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Equals ( Mono.TextEditor.DocumentLine line, int offset, int length, int selectionStart, int selectionEnd, bool &isInvalid ) : bool | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
LayoutDescriptor ( Mono.TextEditor.DocumentLine line, int offset, int length, LayoutWrapper layout, int selectionStart, int selectionEnd ) : System |
public Equals ( Mono.TextEditor.DocumentLine line, int offset, int length, int selectionStart, int selectionEnd, bool &isInvalid ) : bool | ||
line | Mono.TextEditor.DocumentLine | |
offset | int | |
length | int | |
selectionStart | int | |
selectionEnd | int | |
isInvalid | bool | |
return | bool |
public LayoutDescriptor ( Mono.TextEditor.DocumentLine line, int offset, int length, LayoutWrapper layout, int selectionStart, int selectionEnd ) : System | ||
line | Mono.TextEditor.DocumentLine | |
offset | int | |
length | int | |
layout | LayoutWrapper | |
selectionStart | int | |
selectionEnd | int | |
return | System |