Table of Contents

Method Set

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

Set<T>(T, object?)

public static T? Set<T>(T target, object? other = null) where T : notnull

Parameters

target T
other object

Returns

T

Type Parameters

T

Set(object, object?)

public static object? Set(object target, object? other = null)

Parameters

target object
other object

Returns

object

Set(string, object?)

public void Set(string name, object? value)

Parameters

name string
value object