Show / Hide Table of Contents

Class SingletonService<T>

Inheritance
System.Object
SingletonService<T>
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Mix.Heart.Services
Assembly: mix.heart.dll
Syntax
public class SingletonService<T>

    where T : class
Type Parameters
Name Description
T

Fields

| Improve this Doc View Source

syncRoot

The synchronize root

Declaration
protected static readonly object syncRoot
Field Value
Type Description
System.Object

Properties

| Improve this Doc View Source

Instance

Declaration
public static T Instance { get; }
Property Value
Type Description
T
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾