'Declaration
<BrowsableAttribute(False)> <JetBrains.Annotations.NotNullAttribute()> Public ReadOnly Property Mappings As IEnumerable(Of AbstractMapping)
'Usage
Dim instance As AbstractMapper Dim value As IEnumerable(Of AbstractMapping) value = instance.Mappings
[Browsable(false)] [JetBrains.Annotations.NotNull()] public IEnumerable<AbstractMapping> Mappings {get;}
[Browsable(false)] [JetBrains.Annotations.NotNull()] public: property IEnumerable<AbstractMapping^>^ Mappings { IEnumerable<AbstractMapping^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).