C# Class RazorPad.UI.Editors.BlockCommentRegion

Datei anzeigen Open project: RazorPad/RazorPad Class Usage Examples

Public Methods

Method 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 method

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
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int