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