C# Class Microsoft.Cci.Contracts.MethodContractAndMethodBody

Since this project isn't using the 3.5 platform, just needed a quick 2-tuple.
Show file Open project: visualmutator/visualmutator Class Usage Examples

Public Methods

Method Description
MethodContractAndMethodBody ( IMethodContract methodContract, IBlockStatement blockStatement ) : System.Collections.Generic

Constructs a pair from the arguments.

Method Details

MethodContractAndMethodBody() public method

Constructs a pair from the arguments.
public MethodContractAndMethodBody ( IMethodContract methodContract, IBlockStatement blockStatement ) : System.Collections.Generic
methodContract IMethodContract
blockStatement IBlockStatement
return System.Collections.Generic