Delegate BlockReader
Namespace: Xbim.IO.Parser
Assembly: Xbim.Common.dll
Syntax
public delegate int BlockReader(char[] block, int index, int number);Parameters
| Type | Name | Description | 
|---|---|---|
| System.Char[] | block | |
| System.Int32 | index | |
| System.Int32 | number | 
Returns
| Type | Description | 
|---|---|
| System.Int32 |