PexExplorableMutatorAttribute.InstanceMethod Property
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.
Gets the method which mutates an instance of the desired type.
public:
property Microsoft::ExtendedReflection::Metadata::Method ^ InstanceMethod { Microsoft::ExtendedReflection::Metadata::Method ^ get(); };
public Microsoft.ExtendedReflection.Metadata.Method InstanceMethod { get; }
member this.InstanceMethod : Microsoft.ExtendedReflection.Metadata.Method
Public ReadOnly Property InstanceMethod As Method
Property Value
Microsoft.ExtendedReflection.Metadata.Method
Returns Microsoft.ExtendedReflection.Metadata.Method.
Implements
Microsoft.Pex.Engine.Explorable.IPexExplorableMutator.InstanceMethod