'Declaration
<BrowsableAttribute(False)> <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)] [NotNull()] public IEnumerable<AbstractMapping> Mappings {get;}
[Browsable(false)] [NotNull()] public: property IEnumerable<AbstractMapping^>^ Mappings { IEnumerable<AbstractMapping^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).