C# Class Microsoft.Cci.MutableContracts.MethodContract

A collection of collections of objects that augment the type signature of a method with additional information that describe the contract between calling method and called method.
Inheritance: IMethodContract
Afficher le fichier Open project: visualmutator/visualmutator Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MethodContract ( ) : System

MethodContract ( IMethodContract methodContract ) : System

Method Details

MethodContract() public méthode

public MethodContract ( ) : System
Résultat System

MethodContract() public méthode

public MethodContract ( IMethodContract methodContract ) : System
methodContract IMethodContract
Résultat System