Search Results for

    Show / Hide Table of Contents

    Class MetadataExtensions

    Inheritance
    object
    MetadataExtensions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9
    Assembly: Glitch9.dll
    Syntax
    public static class MetadataExtensions

    Methods

    | Edit this page View Source

    Get<T>(Metadata, string, T)

    Declaration
    public static T Get<T>(this Metadata metadata, string key, T defaultValue = default)
    Parameters
    Type Name Description
    Metadata metadata
    string key
    T defaultValue
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T
    | Edit this page View Source

    Set(Metadata, string, object)

    Declaration
    public static void Set(this Metadata metadata, string key, object value)
    Parameters
    Type Name Description
    Metadata metadata
    string key
    object value
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation