League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class MetaEmbedded<T>

    Inheritance
    System.Object
    MetaEmbedded<T>
    Namespace: LeagueToolkit.Meta
    Assembly: LeagueToolkit.dll
    Syntax
    public class MetaEmbedded<T> : object where T : IMetaClass
    Type Parameters
    Name Description
    T

    Constructors

    | Improve this Doc View Source

    MetaEmbedded(T)

    Declaration
    public MetaEmbedded(T value)
    Parameters
    Type Name Description
    T value

    Properties

    | Improve this Doc View Source

    Value

    Declaration
    public T Value { get; set; }
    Property Value
    Type Description
    T

    Operators

    | Improve this Doc View Source

    Implicit(T to MetaEmbedded<T>)

    Declaration
    public static implicit operator MetaEmbedded<T>(T value)
    Parameters
    Type Name Description
    T value
    Returns
    Type Description
    MetaEmbedded<T>
    | Improve this Doc View Source

    Implicit(MetaEmbedded<T> to T)

    Declaration
    public static implicit operator T(MetaEmbedded<T> embedded)
    Parameters
    Type Name Description
    MetaEmbedded<T> embedded
    Returns
    Type Description
    T