| SingletonTInstance Property |
[This is preliminary documentation and is subject to change.]
Gets an instance of T.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax public static T Instance { get; }
Public Shared ReadOnly Property Instance As T
Get
public:
static property T Instance {
T get ();
}
static member Instance : 'T with get
Property Value
Type:
TThe instance.
See Also