'Declaration
<BrowsableAttribute(False)> <NotNullAttribute()> Protected ReadOnly Property MappingSources As Dictionary(Of AbstractMappingSource,AbstractMappingSource)
'Usage
Dim instance As AbstractMapper Dim value As Dictionary(Of AbstractMappingSource,AbstractMappingSource) value = instance.MappingSources
[Browsable(false)] [NotNull()] protected Dictionary<AbstractMappingSource,AbstractMappingSource> MappingSources {get;}
[Browsable(false)] [NotNull()] protected: property Dictionary<AbstractMappingSource^,AbstractMappingSource^>^ MappingSources { Dictionary<AbstractMappingSource^,AbstractMappingSource^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).