Starts the frame parser given the specified type implementations.
| C# | Visual Basic | Visual C++ |
public override void Start( IEnumerable<Type> implementations )
Public Overrides Sub Start ( _ implementations As IEnumerable(Of Type) _ )
public: virtual void Start( IEnumerable<Type^>^ implementations ) override
- implementations (IEnumerable<(Of <(<'Type>)>)>)
- An implementation type paramater.