C# Class mustache.TagParameter

Defines a parameter belonging to a custom tag.
Show file Open project: Zocdoc/mustache-sharp Class Usage Examples

Public Methods

Method Description
TagParameter ( string parameterName ) : System

Initializes a new instance of a TagParameter.

Method Details

TagParameter() public method

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.
return System