Click or drag to resize
EventRecorderTAllArgs Property
Gets a list of every args parameter passed to the event. There will be CallCount entries in the list.

Namespace: Test.Framework
Assembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<T> AllArgs { get; }

Property Value

Type: ListT
See Also