MultiSourceFrameImageParserBase<TSourceIdentifier, TTypeIdentifier, TOutputType>.Start(IEnumerable<Type>) Method
Starts the data parser given the specified type implementations.
Namespace: Gemstone.IO.ParsingAssembly: Gemstone.IO (in Gemstone.IO.dll) Version: 1.0.128 -- Release Build+2960d3f3619fdc53cad514a51817286dcfb19027
public override void Start(
IEnumerable<Type> implementations
)
Public Overrides Sub Start (
implementations As IEnumerable(Of Type)
)
public:
virtual void Start(
IEnumerable<Type^>^ implementations
) override
function Start(implementations);
Parameters
- implementations IEnumerable<Type>
- Output type implementations to establish for the parser.