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