C# Class Mono.TextEditor.TextViewMargin.LayoutDescriptor

Inheritance: LineDescriptor, IDisposable
Afficher le fichier Open project: powerumc/monodevelop_korean

Méthodes publiques

Méthode 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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Equals() public méthode

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

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LayoutDescriptor() public méthode

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
Résultat System