Init(args)
Scripting Reference
Loading...
Searching...
No Matches

◆ WrapperOf< TWrapped >() [1/2]

static IWrapper< TWrapped > Sisus.Init.Find.WrapperOf< TWrapped > ( [DisallowNull] TWrapped wrapped)
static

Returns the Object which wraps the wrapped object.

Template Parameters
TWrappedType of the wrapped object.
Parameters
wrappedThe wrapped object.
Returns
Object that implements IWrapper<TWrapped>, if found; otherwise, null