PexExplorableMutatorAttribute.GetExplorableMutators(Method) Methode

Definition

Ruft die auswertbaren Mutatoren ab.

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)

Parameter

targetMethod
Microsoft.ExtendedReflection.Metadata.Method

Die Zielmethode.

Gibt zurück

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

Implementiert

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

Gilt für