Class MetadataItemContext
Basic implementation of IMetadataItemContext.
Implements
Inherited Members
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>>, IEnumerableFields
View SourceEmpty
Represents an unset object.
Declaration
public static readonly MetadataItemContext EmptyField Value
| Type | Description | 
|---|---|
| MetadataItemContext | 
Methods
View SourceEquals(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
View SourceGetHashCode()
Serves as the default hash function.
Declaration
public override int GetHashCode()Returns
| Type | Description | 
|---|---|
| int | A hash code for the current object. |