C# Class RazorPad.UI.Editors.BracketSearchResult

Describes a pair of matching brackets found by IBracketSearcher.
Afficher le fichier Open project: RazorPad/RazorPad

Méthodes publiques

Méthode Description
BracketSearchResult ( int openingBracketOffset, int openingBracketLength, int closingBracketOffset, int closingBracketLength )

Method Details

BracketSearchResult() public méthode

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