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