Property | Type | Description | |
---|---|---|---|
CommonStartIndex | int | ||
Count | int | ||
IndexOfBlock | int |
Method | Description | |
---|---|---|
BlockInfo ( int indexOfBlock, int commonStartIndex, int count ) |
Create new instance of BlockInfo with specified data.
|
|
Compare ( int index ) : int |
Defines location specified index relative the block.
|
|
Equals ( |
Check equal of current BlockInfo and other BlockInfo.
|
public BlockInfo ( int indexOfBlock, int commonStartIndex, int count ) | ||
indexOfBlock | int | Index of block inside block collection. |
commonStartIndex | int | Common start index of current block. |
count | int | Count of elements inside current block. |
public Compare ( int index ) : int | ||
index | int | Specified index to define relative location. |
return | int |
public Equals ( |
||
other | Other |
|
return | bool |