Click or drag to resize
SingletonT Constructor

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

Deriving classes should define a non-public parameterless constructor.

Namespace: Yalla
Assembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax
protected Singleton(
	Object dummy
)

Parameters

dummy
Type: SystemObject
Ignored; safe to pass null.
See Also