프로퍼티 | 타입 | 설명 | |
---|---|---|---|
CommonStartIndex | int | ||
Count | int | ||
Subindex | int |
메소드 | 설명 | |
---|---|---|
BlockRange ( int subindex, int count, int commonStartIndex ) |
Create new instance of BlockRange.
|
|
Equals ( |
Check equal of current BlockRange and other BlockRange.
|
public BlockRange ( int subindex, int count, int commonStartIndex ) | ||
subindex | int | Subindex(internal block index) of starting of range. |
count | int | Count of elements of the block. |
commonStartIndex | int | Common zero-based index(across all collection) of block start of the block. |