Class SingletonAttribute
Inheritance
object
SingletonAttribute
Assembly: solution.dll
Syntax
public sealed class SingletonAttribute : Attribute
Constructors
SingletonAttribute()
Declaration
public SingletonAttribute()
Properties
Automatic
Declaration
public bool Automatic { get; set; }
Property Value
HideFlags
Declaration
public HideFlags HideFlags { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Persistent
Declaration
public bool Persistent { get; set; }
Property Value
Extension Methods