'Declaration
<BrowsableAttribute(False)> <ElementsNotNullAttribute()> <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)] [ElementsNotNull()] [NotNull()] protected Dictionary<AbstractMappingSource,AbstractMappingSource> MappingSources {get;}
[Browsable(false)] [ElementsNotNull()] [NotNull()] protected: property Dictionary<AbstractMappingSource^,AbstractMappingSource^>^ MappingSources { Dictionary<AbstractMappingSource^,AbstractMappingSource^>^ get(); }