Implemented interface member:
property
Keys
System.Collections.Generic.IDictionary<TKey, TValue>.Keys
2 references to Keys
mscorlib (2)
System\Diagnostics\Eventing\TraceLogging\EventPayload.cs (1)
98for (int i = 0; i < Keys.Count; i++)
System\Diagnostics\Eventing\TraceLogging\TraceLoggingEventSource.cs (1)
709eventCallbackArgs.PayloadNames = new ReadOnlyCollection<string>((IList<string>)payload.Keys);