EventRecorderTAllArgs Property |
Gets a list of every args parameter passed to the event. There will be
CallCount
entries in the list.
Namespace: Test.FrameworkAssembly: Test.Framework (in Test.Framework.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<T> AllArgs { get; }
Public ReadOnly Property AllArgs As List(Of T)
Get
public:
property List<T>^ AllArgs {
List<T>^ get ();
}
member AllArgs : List<'T> with get
Property Value
Type:
ListTSee Also