C# Class Scorchio.VisualStudio.Extensions.EditPointExtensions

Defines the EditPointExtensions type.
Show file Open project: asudbury/NinjaCoderForMvvmCross

Public Methods

Method Description
InsertCodeLine ( this instance, string code ) : void

Inserts the code line.

InsertNewLine ( this instance ) : void

Inserts the new line.

Method Details

InsertCodeLine() public static method

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

InsertNewLine() public static method

Inserts the new line.
public static InsertNewLine ( this instance ) : void
instance this The instance.
return void