'Declaration
<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
[NotNull()] protected Dictionary<string,IFileInfo2> InternalMappedFileInfoDictionary {get;}
[NotNull()] protected: property Dictionary<String^,IFileInfo2^>^ InternalMappedFileInfoDictionary { Dictionary<String^,IFileInfo2^>^ 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).