Class WeakReferenceExtensions
Inherited Members
Namespace: LemonEdge.API.Core.Context
Assembly: LemonEdge.API.Core.dll
Syntax
public static class WeakReferenceExtensions
Methods
Dispose(WeakReference)
Declaration
public static bool Dispose(this WeakReference me)
Parameters
| Type | Name | Description |
|---|---|---|
| WeakReference | me |
Returns
| Type | Description |
|---|---|
| bool |
WeakReference(object)
Declaration
public static WeakReference WeakReference(this object me)
Parameters
| Type | Name | Description |
|---|---|---|
| object | me |
Returns
| Type | Description |
|---|---|
| WeakReference |