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 |
public BlockCommentRegion ( string commentStart, string commentEnd, int startOffset, int endOffset ) : System | ||
commentStart | string | |
commentEnd | string | |
startOffset | int | |
endOffset | int | |
return | System |