Share via


PexCoverageFilterBase<T>.IsSelected(MethodDefinition) Method

Definition

Determines whether the specified method is selected.

protected:
 abstract bool IsSelected(Microsoft::ExtendedReflection::Metadata::MethodDefinition ^ method);
protected abstract bool IsSelected (Microsoft.ExtendedReflection.Metadata.MethodDefinition method);
abstract member IsSelected : Microsoft.ExtendedReflection.Metadata.MethodDefinition -> bool
Protected MustOverride Function IsSelected (method As MethodDefinition) As Boolean

Parameters

method
Microsoft.ExtendedReflection.Metadata.MethodDefinition

The method.

Returns

true if the specified method is selected; otherwise, false.

Applies to