Show / Hide Table of Contents

    Class MonoModRule.Data

    Inheritance
    System.Object
    MonoModRule.Data
    Namespace: MonoMod.InlineRT
    Assembly: MonoMod.dll
    Syntax
    public static class Data : Object

    Methods

    Get(String)

    Declaration
    public static object Get(string k)
    Parameters
    Type Name Description
    System.String k
    Returns
    Type Description
    System.Object

    Set(String, Object)

    Declaration
    public static void Set(string k, object v)
    Parameters
    Type Name Description
    System.String k
    System.Object v
    Back to top Yet another C# modding swiss army knife.