8 using System
.Collections
;
10 using System
.Threading
;
12 namespace System
.Diagnostics
15 public class TraceEventCache
18 public string Callstack
20 get { throw new NotImplementedException(); }
24 public DateTime DateTime
26 get { throw new NotImplementedException(); }
30 public Stack LogicalOperationStack
32 get { throw new NotImplementedException(); }
38 get { throw new NotImplementedException(); }
42 public string ThreadId
44 get { throw new NotImplementedException(); }
50 get { throw new NotImplementedException(); }