Метод | Описание | |
---|---|---|
GetSnippetText ( string title, string snippetText ) : string | ||
ProcessDirectory ( string targetDirectory ) : void | ||
ProcessFile ( string path ) : void |
Метод | Описание | |
---|---|---|
Main ( string args ) : void |
public static GetSnippetText ( string title, string snippetText ) : string | ||
title | string | |
snippetText | string | |
Результат | string |
public static ProcessDirectory ( string targetDirectory ) : void | ||
targetDirectory | string | |
Результат | void |
public static ProcessFile ( string path ) : void | ||
path | string | |
Результат | void |