C# Class Hypermedia.Metadata.UriTemplateParameter

Datei anzeigen Open project: cosullivan/Hypermedia

Public Methods

Method Description
UriTemplateParameter ( string name, object>.Func accessor ) : System

Constructor.

Method Details

UriTemplateParameter() public method

Constructor.
public UriTemplateParameter ( string name, object>.Func accessor ) : System
name string The name of the parameter.
accessor object>.Func The accessor function to return the parameter from the instance.
return System