Table of Contents

Class AttributeDictionary

Namespace
NUnit.Framework.Interfaces
Assembly
nunit.framework.dll

Class used to represent the attributes of a node

public class AttributeDictionary : Dictionary<string, string>, IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IDictionary, ICollection, IReadOnlyDictionary<string, string>, IReadOnlyCollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable, ISerializable, IDeserializationCallback
Inheritance
AttributeDictionary
Implements
Inherited Members

Constructors

AttributeDictionary()

public AttributeDictionary()

Properties

this[string]

Gets or sets the value associated with the specified key.

public string this[string key] { get; }

Parameters

key string

The key.

Property Value

string