Method Set
- Namespace
- Velvet
- Assembly
- Velvet.Docs.dll
Set(T?)
Directly overwrites the referenced target.
Pass Set(null) to clear the reference (for example during cleanup).
public void Set(T? value)
Parameters
valueT
Directly overwrites the referenced target.
Pass Set(null) to clear the reference (for example during cleanup).
public void Set(T? value)
value T