'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public Function GetMappedFileInfoDictionary() As IReadOnlyDictionary(Of String,IFileInfo2)
'Usage
Dim instance As MappedFileProvider Dim value As IReadOnlyDictionary(Of String,IFileInfo2) value = instance.GetMappedFileInfoDictionary()
[ElementsNotNull()] [NotNull()] public IReadOnlyDictionary<string,IFileInfo2> GetMappedFileInfoDictionary()
[ElementsNotNull()] [NotNull()] public: IReadOnlyDictionary<String^,IFileInfo2^>^ GetMappedFileInfoDictionary();
Return Value
Returns a read-only dictionary whose keys are the mapped file names, and the values are the corresponding file infos.