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 |