Generic singleton provider.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static class SingletonProvider<T>
Visual Basic
Public NotInheritable Class SingletonProvider(Of T)
Visual C++
generic<typename T>
public ref class SingletonProvider abstract sealed
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type SingletonProvider<'T> =  class end

Type Parameters

T
Type of object

Inheritance Hierarchy

System..::..Object
  MonoSoftware.Core..::..SingletonProvider<(Of <(<'T>)>)>

See Also