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