Table of Contents

Class NodeAttributeCollection

Namespace: TinyComponents
Assembly: TinyComponents.dll

Represents an dictionary collection of attributes.

public class NodeAttributeCollection : IDictionary<string, object?>, ICollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IEnumerable

Inheritance

objectNodeAttributeCollection

Implements

IDictionary<string, object?>, ICollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IEnumerable

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

NodeAttributeCollection()

Creates an new instance of the NodeAttributeCollection.

Properties

Count

IsReadOnly

Keys

Values

this[string]

Methods

Add(string, object?)

Add(KeyValuePair<string, object?>)

Clear()

Contains(KeyValuePair<string, object?>)

ContainsKey(string)

CopyTo(KeyValuePair<string, object?>[], int)

GetEnumerator()

Remove(string)

Remove(KeyValuePair<string, object?>)

TryGetValue(string, out object?)