Interface IInstanceModel
Interface IHistoryModel used for identifying objects that can be put in the history model.
Namespace: FastMoq.Models
Assembly: FastMoq.Core.dll
Syntax
public interface IInstanceModel : IHistoryModel
Properties
Arguments
Gets the arguments.
Declaration
List<object?> Arguments { get; }
Property Value
| Type | Description |
|---|---|
| List<object> | The arguments. |
CreateFunc
Gets the create function.
Declaration
InstanceFunction? CreateFunc { get; }
Property Value
| Type | Description |
|---|---|
| InstanceFunction | The create function. |
InstanceType
Gets the type of the instance.
Declaration
Type InstanceType { get; }
Property Value
| Type | Description |
|---|---|
| Type | The type of the instance. |
Type
Gets the type.
Declaration
Type Type { get; }
Property Value
| Type | Description |
|---|---|
| Type | The type. |