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
NodeAttributeCollection
Implements
Inherited Members

Constructors

NodeAttributeCollection()

Creates an new instance of the NodeAttributeCollection.

Properties

Count
IsReadOnly
this[string]
Keys
Values

Methods

Add(KeyValuePair<string, object?>)
Add(string, object?)
Clear()
Contains(KeyValuePair<string, object?>)
ContainsKey(string)
CopyTo(KeyValuePair<string, object?>[], int)
GetEnumerator()
Remove(KeyValuePair<string, object?>)
Remove(string)
TryGetValue(string, out object?)