Creates a new DataFrameParsingState from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public DataFrameParsingState( int parsedBinaryLength, IConfigurationFrame configurationFrame, CreateNewCellFunction<IDataCell> createNewCellFunction )
Public Sub New ( _ parsedBinaryLength As Integer, _ configurationFrame As IConfigurationFrame, _ createNewCellFunction As CreateNewCellFunction(Of IDataCell) _ )
public: DataFrameParsingState( int parsedBinaryLength, IConfigurationFrame^ configurationFrame, CreateNewCellFunction<IDataCell^>^ createNewCellFunction )
Parameters
- parsedBinaryLength (Int32)
- Binary length of the IDataFrame being parsed.
- configurationFrame (IConfigurationFrame)
- Reference to the IConfigurationFrame associated with the IDataFrame being parsed.
- createNewCellFunction (CreateNewCellFunction<(Of <(<'IDataCell>)>)>)
- Reference to delegate to create new IDataCell instances.