C# 클래스 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.
상속: IMethodContract
파일 보기 프로젝트 열기: visualmutator/visualmutator 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MethodContract ( ) : System

MethodContract ( IMethodContract methodContract ) : System

메소드 상세

MethodContract() 공개 메소드

public MethodContract ( ) : System
리턴 System

MethodContract() 공개 메소드

public MethodContract ( IMethodContract methodContract ) : System
methodContract IMethodContract
리턴 System