PexExplorableMutatorAttribute.GetExplorableMutators(Method) Метод

Определение

Возвращает просматриваемые мутаторы.

public:
 virtual Microsoft::ExtendedReflection::Collections::IIndexable<Microsoft::Pex::Engine::Explorable::IPexExplorableMutator ^> ^ GetExplorableMutators(Microsoft::ExtendedReflection::Metadata::Method ^ targetMethod);
public Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.Explorable.IPexExplorableMutator> GetExplorableMutators (Microsoft.ExtendedReflection.Metadata.Method targetMethod);
abstract member GetExplorableMutators : Microsoft.ExtendedReflection.Metadata.Method -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.Explorable.IPexExplorableMutator>
override this.GetExplorableMutators : Microsoft.ExtendedReflection.Metadata.Method -> Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.Explorable.IPexExplorableMutator>
Public Function GetExplorableMutators (targetMethod As Method) As IIndexable(Of IPexExplorableMutator)

Параметры

targetMethod
Microsoft.ExtendedReflection.Metadata.Method

Целевой метод.

Возвращаемое значение

Microsoft.ExtendedReflection.Collections.IIndexable<Microsoft.Pex.Engine.Explorable.IPexExplorableMutator>

Реализации

Microsoft.Pex.Engine.Explorable.IPexExplorableTypeMutatorProvider.GetExplorableMutators(Microsoft.ExtendedReflection.Metadata.Method)

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