Search Results for

    Show / Hide Table of Contents

    Class KTXKeyValuePair

    Represents the KTX key-value pair class.

    Inheritance
    object
    KTXKeyValuePair
    Namespace: Evergine.Assets.Extensions.KTX
    Assembly: Evergine.Assets.dll
    Syntax
    public class KTXKeyValuePair

    Constructors

    KTXKeyValuePair(string, byte[])

    Initializes a new instance of the KTXKeyValuePair class.

    Declaration
    public KTXKeyValuePair(string key, byte[] value)
    Parameters
    Type Name Description
    string key

    The key of the pair.

    byte[] value

    The value of the pair.

    Properties

    Key

    Gets the key.

    Declaration
    public string Key { get; }
    Property Value
    Type Description
    string

    Value

    Gets the data value.

    Declaration
    public byte[] Value { get; }
    Property Value
    Type Description
    byte[]

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX