|
MultiSourceFrameImageParserBaseTSourceIdentifier, TTypeIdentifier, TOutputTypeStart(IEnumerableType) Method
|
Starts the data parser given the specified type implementations.
Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic override void Start(
IEnumerable<Type> implementations
)
Public Overrides Sub Start (
implementations As IEnumerable(Of Type)
)
public:
virtual void Start(
IEnumerable<Type^>^ implementations
) override
abstract Start :
implementations : IEnumerable<Type> -> unit
override Start :
implementations : IEnumerable<Type> -> unit
function Start(implementations);
View SourceParameters
- implementations IEnumerableType
- Output type implementations to establish for the parser.
See Also