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