Class KLVItem
Inherited Members
Namespace: VisioForge.Core.Metadata
Assembly: VisioForge.Core.dll
Syntax
public class KLVItem
Constructors
KLVItem(string, byte[])
Declaration
public KLVItem(string key, byte[] value)
Parameters
| Type | Name | Description |
|---|---|---|
| string | key | |
| byte[] | value |
Properties
Key
Declaration
public string Key { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Value
Declaration
public byte[] Value { get; set; }
Property Value
| Type | Description |
|---|---|
| byte[] |