'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property SharedInstance As EasyUASubscriber
'Usage
Dim value As EasyUASubscriber value = EasyUASubscriber.SharedInstance
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static EasyUASubscriber SharedInstance {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property EasyUASubscriber^ SharedInstance { EasyUASubscriber^ get(); }