'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Protected ReadOnly Property InternalMappedFileInfoDictionary As Dictionary(Of String,IFileInfo2)
'Usage
Dim instance As MappedFileProvider Dim value As Dictionary(Of String,IFileInfo2) value = instance.InternalMappedFileInfoDictionary
[ElementsNotNull()] [NotNull()] protected Dictionary<string,IFileInfo2> InternalMappedFileInfoDictionary {get;}
[ElementsNotNull()] [NotNull()] protected: property Dictionary<String^,IFileInfo2^>^ InternalMappedFileInfoDictionary { Dictionary<String^,IFileInfo2^>^ get(); }