VisioForge (c) 2025

Search Results for

    Class KLVItem

    Inheritance
    object
    KLVItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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[]