Creates a new ConfigurationFrameParsingState from specified parameters.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public ConfigurationFrameParsingState( int parsedBinaryLength, CreateNewCellFunction<IConfigurationCell> createNewCellFunction, int cellCount )
Public Sub New ( _ parsedBinaryLength As Integer, _ createNewCellFunction As CreateNewCellFunction(Of IConfigurationCell), _ cellCount As Integer _ )
public: ConfigurationFrameParsingState( int parsedBinaryLength, CreateNewCellFunction<IConfigurationCell^>^ createNewCellFunction, int cellCount )
Parameters
- parsedBinaryLength (Int32)
- Binary length of the IConfigurationFrame being parsed.
- createNewCellFunction (CreateNewCellFunction<(Of <(<'IConfigurationCell>)>)>)
- Reference to delegate to create new IConfigurationCell instances.
- cellCount (Int32)
- Number of cells that exist in the frame to be parsed.