ObjectGraphContext.VisitedTypes property
April 20, 2021 · View on GitHub
Used internally to track which types have been created inside a call graph, to detect cycles in the object graph.
public List<Type> VisitedTypes { get; }
See Also
- class ObjectGraphContext
- namespace Moq.AutoMock