TraceBufferClientToEventGroup Method | 
Namespace: RAYLASE.SPICE3.TraceBufferAssembly: RAYLASE.SPICE3.TraceBufferLib (in RAYLASE.SPICE3.TraceBufferLib.dll) Version: 3.9.1
Syntaxpublic static Dictionary<ulong, Dictionary<TraceEventType, TraceEvent>> ToEventGroup(
	IEnumerable<TraceEvent> events
)
Parameters
- events  IEnumerableTraceEvent
 - The events that should be grouped.
 
Return Value
DictionaryUInt64, 
DictionaryTraceEventType, 
TraceEventDictionary containing the grouped events.
See Also