|
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.251-beta+c370f3da3791592278238855631f53a5ff418c68
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