PexGenericArgumentsAttribute Класс

Определение

Определяет один кортеж типа, который будет использоваться для создания экземпляров универсальных методов теста.

public ref class PexGenericArgumentsAttribute sealed : Microsoft::Pex::Framework::Using::PexGenericArgumentsProviderAttributeBase
[System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public sealed class PexGenericArgumentsAttribute : Microsoft.Pex.Framework.Using.PexGenericArgumentsProviderAttributeBase
[<System.AttributeUsage(System.AttributeTargets.Assembly | System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
type PexGenericArgumentsAttribute = class
    inherit PexGenericArgumentsProviderAttributeBase
Public NotInheritable Class PexGenericArgumentsAttribute
Inherits PexGenericArgumentsProviderAttributeBase
Наследование
Атрибуты

Конструкторы

PexGenericArgumentsAttribute(Type)

Инициализирует новый экземпляр класса PexGenericArgumentsAttribute.

PexGenericArgumentsAttribute(Type, Type)

Инициализирует новый экземпляр класса PexGenericArgumentsAttribute.

PexGenericArgumentsAttribute(Type, Type, Type)

Инициализирует новый экземпляр класса PexGenericArgumentsAttribute.

PexGenericArgumentsAttribute(Type[])

Инициализирует новый экземпляр класса PexGenericArgumentsAttribute.

Методы

GetGenericArgumentTuples(MethodDefinition)

Возвращает кортежи универсальных аргументов.

Применяется к