C# 클래스 mustache.TagParameter

Defines a parameter belonging to a custom tag.
파일 보기 프로젝트 열기: Zocdoc/mustache-sharp 1 사용 예제들

공개 메소드들

메소드 설명
TagParameter ( string parameterName ) : System

Initializes a new instance of a TagParameter.

메소드 상세

TagParameter() 공개 메소드

Initializes a new instance of a TagParameter.
The parameter name is null or an invalid identifier.
public TagParameter ( string parameterName ) : System
parameterName string The name of the parameter.
리턴 System