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