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