'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Protected Shadows ReadOnly Property Mappings As IEnumerable(Of DAItemMapping)
'Usage
Dim instance As DAItemSource Dim value As IEnumerable(Of DAItemMapping) value = instance.Mappings
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] protected new IEnumerable<DAItemMapping> Mappings {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] protected: new property IEnumerable<DAItemMapping^>^ Mappings { IEnumerable<DAItemMapping^>^ get(); }