C# Класс CodeConnect.Gistify.Engine.CodeAnalyzer

Показать файл Открыть проект

Открытые методы

Метод Описание
AugmentSelection ( Microsoft.CodeAnalysis.Document document, int startPosition, int endPosition ) : string

The entry point to Gistify's engine. Takes the document and the extent of the selection, and outputs the augmented snippet.

Описание методов

AugmentSelection() публичный статический Метод

The entry point to Gistify's engine. Takes the document and the extent of the selection, and outputs the augmented snippet.
public static AugmentSelection ( Microsoft.CodeAnalysis.Document document, int startPosition, int endPosition ) : string
document Microsoft.CodeAnalysis.Document
startPosition int
endPosition int
Результат string