C# Class Scorchio.VisualStudio.Extensions.CodeFunctionExtensions

Defines the CodeFunctionExtensions type.
Afficher le fichier Open project: asudbury/NinjaCoderForMvvmCross

Méthodes publiques

Méthode Description
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.

Method Details

FormatParameters() public static méthode

Formats the parameters.
public static FormatParameters ( this instance ) : void
instance this The instance.
Résultat void

GetCode() public static méthode

Gets the code.
public static GetCode ( this instance ) : string
instance this The instance.
Résultat string

InsertCode() public static méthode

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].
Résultat void

RemoveComments() public static méthode

Removes the comments.
public static RemoveComments ( this instance ) : void
instance this The instance.
Résultat void

ReplaceCode() public static méthode

Replaces the code.
public static ReplaceCode ( this instance, string newCode ) : void
instance this The instance.
newCode string The new code.
Résultat void