Class ReferencePointer<T>
Inherited Members
Namespace: LemonEdge.API.Core.Context
Assembly: LemonEdge.API.dll
Syntax
public class ReferencePointer<T> : IReferencePointer<T>, IReferencePointerReadOnly<T> where T : class
Type Parameters
Name | Description |
---|---|
T |
Constructors
ReferencePointer(T)
Declaration
public ReferencePointer(T me)
Parameters
Type | Name | Description |
---|---|---|
T | me |
Properties
Instance
Holds a reference to an instance of the given type.
Declaration
public T Instance { get; set; }
Property Value
Type | Description |
---|---|
T |