Interface IReferencePointer<T>
Holds a reference to an instance of the given type.
Namespace: LemonEdge.API.Core.Context
Assembly: LemonEdge.API.dll
Syntax
public interface IReferencePointer<T> : IReferencePointerReadOnly<T> where T : class
Type Parameters
Name | Description |
---|---|
T | The reference type. |
Properties
Instance
Gets or sets the reference instance.
Declaration
T Instance { get; set; }
Property Value
Type | Description |
---|---|
T |