PexGenericArgumentsProviderAttributeBase Class
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.
Attribute base class for generic argument providers.
public ref class PexGenericArgumentsProviderAttributeBase abstract : Microsoft::Pex::Framework::PexAttributeBase, Microsoft::Pex::Engine::IPexGenericArgumentsProvider
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public abstract class PexGenericArgumentsProviderAttributeBase : Microsoft.Pex.Framework.PexAttributeBase, Microsoft.Pex.Engine.IPexGenericArgumentsProvider
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexGenericArgumentsProviderAttributeBase = class
inherit PexAttributeBase
interface IPexGenericArgumentsProvider
Public MustInherit Class PexGenericArgumentsProviderAttributeBase
Inherits PexAttributeBase
Implements IPexGenericArgumentsProvider
- Inheritance
- Derived
- Attributes
- Implements
-
Microsoft.Pex.Engine.IPexGenericArgumentsProvider
Constructors
PexGenericArgumentsProviderAttributeBase() |
Initializes a new instance of the PexGenericArgumentsProviderAttributeBase class. |
Methods
GetGenericArgumentTuples(MethodDefinition) |
Gets the generic argument tuples. |