Skip to content

Verify.Ctor<T> method

Get a constructor verifier for verifying constructor parameters.

csharp
public static ICtorVerifier<T> Ctor<T>()
public static ICtorVerifier<T> Ctor<T>()
parameterdescription
TThe type the constructor will return.

Return Value

A constructor verifier.

See Also