C# Class Microsoft.Cci.Ast.Contract

A collection of collections of objects that describe a contract for an code entity such as a loop, method or type.
Inheritance: IErrorCheckable
显示文件 Open project: visualmutator/visualmutator

Protected Methods

Method Description
CheckForErrorsAndReturnTrueIfAnyAreFound ( ) : bool

Checks for errors and return true if any are found.

Method Details

CheckForErrorsAndReturnTrueIfAnyAreFound() protected abstract method

Checks for errors and return true if any are found.
protected abstract CheckForErrorsAndReturnTrueIfAnyAreFound ( ) : bool
return bool