Table of Contents

Method InjectProperties

Namespace
Anvil.Services
Assembly
NWN.Anvil.dll

InjectProperties(object?)

Invoked by the injection service. Implementation for services injected into an object at runtime.

void InjectProperties(object? instance)

Parameters

instance object

The instance to inject.