Creates a new ChannelFrameParsingStateBase<(Of <(<'T>)>)> from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
protected ChannelFrameParsingStateBase( int parsedBinaryLength, CreateNewCellFunction<T> createNewCellFunction )
Protected Sub New ( _ parsedBinaryLength As Integer, _ createNewCellFunction As CreateNewCellFunction(Of T) _ )
protected: ChannelFrameParsingStateBase( int parsedBinaryLength, CreateNewCellFunction<T>^ createNewCellFunction )
Parameters
- parsedBinaryLength (Int32)
- Binary length of the IChannelFrame being parsed.
- createNewCellFunction (CreateNewCellFunction<(Of <(<'T>)>)>)
- Reference to delegate to create new IChannelCell instances.