'Declaration
<NotNullAttribute()> Public Function GetMappedFileInfoDictionary() As IReadOnlyDictionary(Of String,IFileInfo2)
'Usage
Dim instance As MappedFileProvider Dim value As IReadOnlyDictionary(Of String,IFileInfo2) value = instance.GetMappedFileInfoDictionary()
[NotNull()] public IReadOnlyDictionary<string,IFileInfo2> GetMappedFileInfoDictionary()
[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.
This method never returns null
(Nothing
in Visual Basic).
The individual elements of the returned value are never null
(Nothing
in Visual Basic).