PexCoverageFilterBase<T>(T) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the PexCoverageFilterBase<T> class.
protected:
PexCoverageFilterBase(T owner);
protected PexCoverageFilterBase (T owner);
new Microsoft.Pex.Framework.Coverage.PexCoverageFilterBase<'T (requires 'T :> Microsoft.Pex.Framework.Coverage.PexCoverageFilterAttributeBase)> : 'T -> Microsoft.Pex.Framework.Coverage.PexCoverageFilterBase<'T (requires 'T :> Microsoft.Pex.Framework.Coverage.PexCoverageFilterAttributeBase)>
Protected Sub New (owner As T)
Parameters
- owner
- T
The owner.