Show / Hide Table of Contents

Class MetadataItemContext

Basic implementation of IMetadataItemContext.

Inheritance
object
Dictionary<string, string>
MetadataItemContext
Implements
IReadOnlyDictionary<string, string>
IReadOnlyCollection<KeyValuePair<string, string>>
IDictionary
ICollection
IDeserializationCallback
ISerializable
IMetadataItemContext
IDictionary<string, string>
ICollection<KeyValuePair<string, string>>
IEnumerable<KeyValuePair<string, string>>
IEnumerable
Inherited Members
Dictionary<string, string>.Add(string, string)
Dictionary<string, string>.Clear()
Dictionary<string, string>.ContainsKey(string)
Dictionary<string, string>.ContainsValue(string)
Dictionary<string, string>.EnsureCapacity(int)
Dictionary<string, string>.GetEnumerator()
Dictionary<string, string>.OnDeserialization(object)
Dictionary<string, string>.Remove(string)
Dictionary<string, string>.Remove(string, out string)
Dictionary<string, string>.TrimExcess()
Dictionary<string, string>.TrimExcess(int)
Dictionary<string, string>.TryAdd(string, string)
Dictionary<string, string>.TryGetValue(string, out string)
Dictionary<string, string>.Comparer
Dictionary<string, string>.Count
Dictionary<string, string>.this[string]
Dictionary<string, string>.Keys
Dictionary<string, string>.Values
object.Equals(object, object)
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Microsoft.XboxStudios.SQTech.Roster
Assembly: Microsoft.XboxStudios.SQTech.Roster.Common.dll
Syntax
public class MetadataItemContext : Dictionary<string, string>, IReadOnlyDictionary<string, string>, IReadOnlyCollection<KeyValuePair<string, string>>, IDictionary, ICollection, IDeserializationCallback, ISerializable, IMetadataItemContext, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable

Fields

View Source

Empty

Represents an unset object.

Declaration
public static readonly MetadataItemContext Empty
Field Value
Type Description
MetadataItemContext

Methods

View Source

Equals(object?)

Determines whether the specified object is equal to the current object.

Declaration
public override bool Equals(object? obj)
Parameters
Type Name Description
object obj

The object to compare with the current object.

Returns
Type Description
bool

true if the specified object is equal to the current object; otherwise, false.

Overrides
object.Equals(object)
View Source

GetHashCode()

Serves as the default hash function.

Declaration
public override int GetHashCode()
Returns
Type Description
int

A hash code for the current object.

Overrides
object.GetHashCode()

Implements

IReadOnlyDictionary<TKey, TValue>
IReadOnlyCollection<T>
IDictionary
ICollection
IDeserializationCallback
ISerializable
IMetadataItemContext
IDictionary<TKey, TValue>
ICollection<T>
IEnumerable<T>
IEnumerable

Extension Methods

IEnumerableExtensions.IterateWhileAsync<T>(IEnumerable<T>, Func<T, Task<bool>>, CancellationToken)
IEnumerableExtensions.SynchronousForEachAwaitAsync<T>(IEnumerable<T>, Func<T, Task>, CancellationToken)
  • View Source
In this article
Back to top Generated by DocFX