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