|
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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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