C# 클래스 Microsoft.Protocols.TestSuites.Pccrr.BLOCKRANGE

A BLOCK_RANGE is an array of two integers that defines a consecutive array of blocks.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Count uint
Index uint

프로퍼티 상세

Count 공개적으로 프로퍼티

Count of consecutive adjacent blocks in that range, including the block at the Index location. The value of this field MUST be greater than 0.
public uint Count
리턴 uint

Index 공개적으로 프로퍼티

The index of the first block in the range.
public uint Index
리턴 uint