This is the base classes that keep other classes alive. This is generic to keep static fields separate. More...
Inheritance diagram for MR.Misc.KeepAliveHolder< T >:Static Public Member Functions | |
| static void | _StaticKeepAlive (object obj, string key="") |
| static void | _StaticDiscardKeepAlive (string key="") |
Public Attributes | |
| object? | _KeepAliveEnclosingObject = null |
| A special holder for the enclosing object when returning a reference to its subobject. | |
This is the base classes that keep other classes alive. This is generic to keep static fields separate.