UtilFileTypeFiletypesDict Field
A collection of known file types and its signatures.
The keys are the filetype extension, the values are an Array of file types which uses that extension.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static readonly Dictionary<string, FileType[]> FiletypesDict
Public Shared ReadOnly FiletypesDict As Dictionary(Of String, FileType())
Dim value As Dictionary(Of String, FileType())
value = UtilFileType.FiletypesDict
public:
static initonly Dictionary<String^, array<FileType^>^>^ FiletypesDict
static val FiletypesDict: Dictionary<string, FileType[]>
No code example is currently available or this language may not be supported.
Field Value
DictionaryString,
FileType