C# Class Microsoft.Cci.Contracts.ContractMethods

A collection of methods that can be called in a way that provides tools with information about contracts.
Inheritance: IContractMethods
Show file Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ContractMethods ( IMetadataHost host ) : System.Collections.Generic

Allocates a collection of methods that can be called in a way that provides tools with information about contracts.

Method Details

ContractMethods() public method

Allocates a collection of methods that can be called in a way that provides tools with information about contracts.
public ContractMethods ( IMetadataHost host ) : System.Collections.Generic
host IMetadataHost
return System.Collections.Generic