Add(string key, object value) | System.Diagnostics.Tracing.EventPayload | inline |
Add(KeyValuePair< string, object > payloadEntry) | System.Diagnostics.Tracing.EventPayload | inline |
IDictionary< string, object >.Add(TKey key, TValue value) | System.Collections.Generic.IDictionary< string, object > | |
ICollection< KeyValuePair< string, object > >.Add(T item) | System.Collections.Generic.ICollection< KeyValuePair< string, object > > | |
Clear() | System.Diagnostics.Tracing.EventPayload | inline |
Contains(KeyValuePair< string, object > entry) | System.Diagnostics.Tracing.EventPayload | inline |
ICollection< KeyValuePair< string, object > >.Contains(T item) | System.Collections.Generic.ICollection< KeyValuePair< string, object > > | |
ContainsKey(string key) | System.Diagnostics.Tracing.EventPayload | inline |
IDictionary< string, object >.ContainsKey(TKey key) | System.Collections.Generic.IDictionary< string, object > | |
CopyTo(KeyValuePair< string, object >[] payloadEntries, int count) | System.Diagnostics.Tracing.EventPayload | inline |
ICollection< KeyValuePair< string, object > >.CopyTo(T[] array, int arrayIndex) | System.Collections.Generic.ICollection< KeyValuePair< string, object > > | |
Count | System.Diagnostics.Tracing.EventPayload | |
EventPayload(string[] payloadNames, object[] payloadValues) | System.Diagnostics.Tracing.EventPayload | inlinepackage |
GetEnumerator() | System.Diagnostics.Tracing.EventPayload | inline |
GetEnumerator() | System.Diagnostics.Tracing.EventPayload | inlineprivate |
IsReadOnly | System.Diagnostics.Tracing.EventPayload | |
Keys | System.Diagnostics.Tracing.EventPayload | |
m_names | System.Diagnostics.Tracing.EventPayload | private |
m_values | System.Diagnostics.Tracing.EventPayload | private |
Remove(string key) | System.Diagnostics.Tracing.EventPayload | inline |
Remove(KeyValuePair< string, object > entry) | System.Diagnostics.Tracing.EventPayload | inline |
IDictionary< string, object >.Remove(TKey key) | System.Collections.Generic.IDictionary< string, object > | |
ICollection< KeyValuePair< string, object > >.Remove(T item) | System.Collections.Generic.ICollection< KeyValuePair< string, object > > | |
this[string key] | System.Diagnostics.Tracing.EventPayload | |
this[TKey key] | System.Collections.Generic.IDictionary< string, object > | |
TryGetValue(string key, [MaybeNullWhen(false)] out object value) | System.Diagnostics.Tracing.EventPayload | inline |
IDictionary< string, object >.TryGetValue(TKey key,[MaybeNullWhen(false)] out TValue value) | System.Collections.Generic.IDictionary< string, object > | |
Values | System.Diagnostics.Tracing.EventPayload | |