C# 클래스 Hypermedia.Metadata.UriTemplateParameter

파일 보기 프로젝트 열기: cosullivan/Hypermedia

공개 메소드들

메소드 설명
UriTemplateParameter ( string name, object>.Func accessor ) : System

Constructor.

메소드 상세

UriTemplateParameter() 공개 메소드

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.
리턴 System