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.