  | ContractDescription Constructor  | 
 
            Create a new contract description from the specified contract
            
 
    Namespace: 
   RestSrvr.Description
    Assembly:
   RestSrvr (in RestSrvr.dll) Version: 3.0.481-alpha
Syntaxpublic ContractDescription(
	Type contractType
)
Public Sub New ( 
	contractType As Type
)
public:
ContractDescription(
	Type^ contractType
)
new : 
        contractType : Type -> ContractDescriptionParameters
- contractType
 - Type: SystemType
[Missing <param name="contractType"/> documentation for "M:RestSrvr.Description.ContractDescription.#ctor(System.Type)"]
 
See Also