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