| SingletonT Constructor |
[This is preliminary documentation and is subject to change.]
Deriving classes should define a non-public parameterless constructor.
Namespace: YallaAssembly: Yalla.Core (in Yalla.Core.dll) Version: 1.0.5813.1925
Syntax protected Singleton(
Object dummy
)
Protected Sub New (
dummy As Object
)
protected:
Singleton(
Object^ dummy
)
new :
dummy : Object -> Singleton
Parameters
- dummy
- Type: SystemObject
Ignored; safe to pass null.
See Also