FileParserFactoryGenericParsers Property |
Gets the generic parsers found in Packflow engine.
Namespace:
Packflow.Core.FileParsing
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public static List<FileParser> GenericParsers { get; }
Property Value
Type:
ListFileParser
The generic parsers.
See Also