MockResolutionContext.Deconstruct method

April 20, 2021 · View on GitHub

Deconstruct this instance into its individual properties.

public void Deconstruct(out AutoMocker autoMocker, out Type type, out object? value)
parameterdescription
autoMockerThe AutoMocker instance.
typeThe requested type to resolve.
valueThe value to use for the requested type.

See Also