Method Set
Set<T>(T, object?)
public static T? Set<T>(T target, object? other = null) where T : notnull
Parameters
target
Tother
object
Returns
- T
Type Parameters
T
Set(object, object?)
public static object? Set(object target, object? other = null)
Parameters
Returns
Set(string, object?)
public void Set(string name, object? value)