'Declaration
<NotNullAttribute()> Protected ReadOnly Property Mappings As IEnumerable(Of AbstractMapping)
'Usage
Dim instance As AbstractMappingSource Dim value As IEnumerable(Of AbstractMapping) value = instance.Mappings
[NotNull()] protected IEnumerable<AbstractMapping> Mappings {get;}
[NotNull()] protected: property IEnumerable<AbstractMapping^>^ Mappings { IEnumerable<AbstractMapping^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).