C# 클래스 Scorchio.VisualStudio.Extensions.EditPointExtensions

Defines the EditPointExtensions type.
파일 보기 프로젝트 열기: asudbury/NinjaCoderForMvvmCross

공개 메소드들

메소드 설명
InsertCodeLine ( this instance, string code ) : void

Inserts the code line.

InsertNewLine ( this instance ) : void

Inserts the new line.

메소드 상세

InsertCodeLine() 공개 정적인 메소드

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

InsertNewLine() 공개 정적인 메소드

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