|   | FrameImageParserBaseTTypeIdentifier, TOutputTypeStart(IEnumerableType) Method | 
        
        
            Starts the data parser given the specified type implementations.
            
        
        Namespace: GSF.ParsingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic virtual void Start(
	IEnumerable<Type> implementations
)
Public Overridable Sub Start ( 
	implementations As IEnumerable(Of Type)
)
public:
virtual void Start(
	IEnumerable<Type^>^ implementations
)
abstract Start : 
        implementations : IEnumerable<Type> -> unit 
override Start : 
        implementations : IEnumerable<Type> -> unit function Start(implementations);
Parameters
- implementations  IEnumerableType
- Output type implementations to establish for the parser.
 See Also
See Also