Click or drag to resize
SingletonTInstance Property

[This is preliminary documentation and is subject to change.]

Gets an instance of T.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
public static T Instance { get; }

Property Value

Type: T
The instance.
See Also