Class Metadata
- Namespace
- HelixToolkit.SharpDX.Model
- Assembly
- HelixToolkit.SharpDX.dll
Represents a container for holding metadata, representing as key-value pairs.
public sealed class Metadata : Dictionary<string, Metadata.Entry>, IDictionary<string, Metadata.Entry>, ICollection<KeyValuePair<string, Metadata.Entry>>, IReadOnlyDictionary<string, Metadata.Entry>, IReadOnlyCollection<KeyValuePair<string, Metadata.Entry>>, IEnumerable<KeyValuePair<string, Metadata.Entry>>, IDictionary, ICollection, IEnumerable, IDeserializationCallback, ISerializable
- Inheritance
-
Metadata
- Implements
- Inherited Members
- Extension Methods
Constructors
Metadata()
Initializes a new instance of the Metadata class.
public Metadata()
Metadata(int)
Initializes a new instance of the Metadata class.
public Metadata(int capacity)
Parameters
capacityintThe capacity.