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