Click or drag to resize

ContractDescription Constructor

Create a new contract description from the specified contract

Namespace: RestSrvr.Description
Assembly: RestSrvr (in RestSrvr.dll) Version: 3.0.2081-alpha+2a5b7e36c643f1770ee7668b30338121303a2e40
Syntax
public ContractDescription(
	Type contractType
)

Parameters

contractType  Type

[Missing <param name="contractType"/> documentation for "M:RestSrvr.Description.ContractDescription.#ctor(System.Type)"]

See Also