Class AllExtensionsHelperWithoutDot
- Namespace
- SunamoFileExtensions
- Assembly
- SunamoFileExtensions.dll
Helper class for working with file extensions without dot Only used in SunExc
public class AllExtensionsHelperWithoutDot
- Inheritance
-
AllExtensionsHelperWithoutDot
- Inherited Members
- Extension Methods
Properties
AllExtensionsWithoutDot
Dictionary mapping extensions (without dot) to their types
public static Dictionary<string, TypeOfExtension>? AllExtensionsWithoutDot { get; }
Property Value
Methods
Initialize()
Initializes the extension dictionary by reading all extension constants
public static void Initialize()
Initialize(List<FieldInfo>)
Initializes the extension dictionary from the specified field list
public static void Initialize(List<FieldInfo> extensionFields)