Table of Contents

Class KLVItem

Namespace
VisioForge.Core.Metadata
Assembly
VisioForge.Core.dll

Represents a KLV item.

public class KLVItem

Inheritance

Inherited Members

Constructors

KLVItem(string, byte[])

Initializes a new instance of the VisioForge.Core.Metadata.KLVItem class.

public KLVItem(string key, byte[] value)

Parameters

key string

The key.

value byte[]

The value.

Properties

Key

Gets or sets the key.

public string Key { get; set; }

Property Value

string

Value

Gets or sets the value.

public byte[] Value { get; set; }

Property Value

byte[]