'Declaration
<NotNullAttribute()> Public Shared ReadOnly Property Empty As AEAttributeSetDictionary
'Usage
Dim value As AEAttributeSetDictionary value = AEAttributeSetDictionary.Empty
[NotNull()] public static AEAttributeSetDictionary Empty {get;}
[NotNull()] public: static property AEAttributeSetDictionary^ Empty { AEAttributeSetDictionary^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).