C# Class Scorchio.VisualStudio.Extensions.EditPointExtensions

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

Méthodes publiques

Méthode Description
InsertCodeLine ( this instance, string code ) : void

Inserts the code line.

InsertNewLine ( this instance ) : void

Inserts the new line.

Method Details

InsertCodeLine() public static méthode

Inserts the code line.
public static InsertCodeLine ( this instance, string code ) : void
instance this The instance.
code string The code.
Résultat void

InsertNewLine() public static méthode

Inserts the new line.
public static InsertNewLine ( this instance ) : void
instance this The instance.
Résultat void