PexGeneratedByAttribute.TryGetFixtureType(TypeEx) Method

Definition

Tries to get the type of the fixture if specified

public:
 bool TryGetFixtureType([Runtime::InteropServices::Out] Microsoft::ExtendedReflection::Metadata::TypeEx ^ % fixtureType);
public bool TryGetFixtureType (out Microsoft.ExtendedReflection.Metadata.TypeEx fixtureType);
member this.TryGetFixtureType : TypeEx -> bool
Public Function TryGetFixtureType (ByRef fixtureType As TypeEx) As Boolean

Parameters

fixtureType
Microsoft.ExtendedReflection.Metadata.TypeEx

The type of the fixture.

Returns

The type of the fixture.

Applies to