Class KLVItem
- Namespace
- VisioForge.Core.Metadata
- Assembly
- VisioForge.Core.dll
Represents a KLV item.
public class KLVItemInheritance
Inherited Members
Constructors
KLVItem(string, byte[])
Initializes a new instance of the VisioForge.Core.Metadata.KLVItem class.
public KLVItem(string key, byte[] value)Parameters
Properties
Key
Gets or sets the key.
public string Key { get; set; }Property Value
Value
Gets or sets the value.
public byte[] Value { get; set; }Property Value
- byte[]