|
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.253-beta+ffb7163c9e3b771705bc5b9aa3f09870f2cb9e2c
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