PexExceptionValidatorAttributeBase.IsDefinedInTypeUnderTest Method

Definition

Whether the given method is defined in the type under test.

protected:
 virtual bool IsDefinedInTypeUnderTest(Microsoft::ExtendedReflection::Metadata::MethodDefinition ^ method);
protected virtual bool IsDefinedInTypeUnderTest (Microsoft.ExtendedReflection.Metadata.MethodDefinition method);
abstract member IsDefinedInTypeUnderTest : Microsoft.ExtendedReflection.Metadata.MethodDefinition -> bool
override this.IsDefinedInTypeUnderTest : Microsoft.ExtendedReflection.Metadata.MethodDefinition -> bool
Protected Overridable Function IsDefinedInTypeUnderTest (method As MethodDefinition) As Boolean

Parameters

method
Microsoft.ExtendedReflection.Metadata.MethodDefinition

may be null

Returns

Applies to