C# Class ICSharpCode.TextEditor.Actions.BlockCommentRegion

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Méthodes publiques

Méthode Description
BlockCommentRegion ( string commentStart, string commentEnd, int startOffset, int endOffset ) : System

The end offset is the offset where the comment end string starts from.

Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

BlockCommentRegion() public méthode

The end offset is the offset where the comment end string starts from.
public BlockCommentRegion ( string commentStart, string commentEnd, int startOffset, int endOffset ) : System
commentStart string
commentEnd string
startOffset int
endOffset int
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int