C# Class SemanticColorizer.Extensions

Afficher le fichier Open project: hicknhack-software/semantic-colorizer

Méthodes publiques

Méthode Description
GetText ( this snapshot, TextSpan span ) : String
ToTagSpan ( this span, ITextSnapshot snapshot, IClassificationType classificationType ) : ITagSpan

Method Details

GetText() public static méthode

public static GetText ( this snapshot, TextSpan span ) : String
snapshot this
span TextSpan
Résultat String

ToTagSpan() public static méthode

public static ToTagSpan ( this span, ITextSnapshot snapshot, IClassificationType classificationType ) : ITagSpan
span this
snapshot ITextSnapshot
classificationType IClassificationType
Résultat ITagSpan