C# Class RazorPad.UI.Editors.BracketSearchResult

Describes a pair of matching brackets found by IBracketSearcher.
Datei anzeigen Open project: RazorPad/RazorPad

Public Methods

Method Description
BracketSearchResult ( int openingBracketOffset, int openingBracketLength, int closingBracketOffset, int closingBracketLength )

Method Details

BracketSearchResult() public method

public BracketSearchResult ( int openingBracketOffset, int openingBracketLength, int closingBracketOffset, int closingBracketLength )
openingBracketOffset int
openingBracketLength int
closingBracketOffset int
closingBracketLength int