C# Класс Scorchio.VisualStudio.Extensions.CodeFunctionExtensions

Defines the CodeFunctionExtensions type.
Показать файл Открыть проект

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

Метод Описание
FormatParameters ( this instance ) : void

Formats the parameters.

GetCode ( this instance ) : string

Gets the code.

InsertCode ( this instance, string code, bool atTheStart ) : void

Insert code.

RemoveComments ( this instance ) : void

Removes the comments.

ReplaceCode ( this instance, string newCode ) : void

Replaces the code.

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

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

Formats the parameters.
public static FormatParameters ( this instance ) : void
instance this The instance.
Результат void

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

Gets the code.
public static GetCode ( this instance ) : string
instance this The instance.
Результат string

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

Insert code.
public static InsertCode ( this instance, string code, bool atTheStart ) : void
instance this The instance.
code string The code.
atTheStart bool if set to true [at the start].
Результат void

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

Removes the comments.
public static RemoveComments ( this instance ) : void
instance this The instance.
Результат void

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

Replaces the code.
public static ReplaceCode ( this instance, string newCode ) : void
instance this The instance.
newCode string The new code.
Результат void