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)
| parameter | description |
|---|---|
| autoMocker | The AutoMocker instance. |
| type | The requested type to resolve. |
| value | The value to use for the requested type. |
See Also
- class AutoMocker
- class MockResolutionContext
- namespace Moq.AutoMock.Resolvers