[This is preliminary documentation and is subject to change.]
Get a dictionary of file extensions and their ReadFile based handlers
| C# | Visual Basic | Visual C++ |
public Dictionary<string, Type> FileReaders { get; }
Public ReadOnly Property FileReaders As Dictionary(Of String, Type)
public: property Dictionary<String^, Type^>^ FileReaders { Dictionary<String^, Type^>^ get (); }