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

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

공개 메소드들

메소드 설명
AddReplacementVariable ( this instance, string key, string value ) : void

Adds a replacement variable.

GetMockConstructorCode ( this instance ) : string

Gets the mock constructor code.

GetMockInitCode ( this instance ) : string

Gets the mock init code.

비공개 메소드들

메소드 설명
GetSpacedCodeLine ( string code ) : string

Gets the spaced code line.

메소드 상세

AddReplacementVariable() 공개 정적인 메소드

Adds a replacement variable.
public static AddReplacementVariable ( this instance, string key, string value ) : void
instance this The instance.
key string The key.
value string The value.
리턴 void

GetMockConstructorCode() 공개 정적인 메소드

Gets the mock constructor code.
public static GetMockConstructorCode ( this instance ) : string
instance this The instance.
리턴 string

GetMockInitCode() 공개 정적인 메소드

Gets the mock init code.
public static GetMockInitCode ( this instance ) : string
instance this The instance.
리턴 string