JsonArray.GetBooleanAt(UInt32) 메서드

정의

해당 인덱스 값의 ValueType부울인 경우 지정된 인덱스에서 부울 값을 가져옵니다.

public:
 virtual bool GetBooleanAt(unsigned int index) = GetBooleanAt;
bool GetBooleanAt(uint32_t const& index);
public bool GetBooleanAt(uint index);
function getBooleanAt(index)
Public Function GetBooleanAt (index As UInteger) As Boolean

매개 변수

index
UInt32

unsigned int

uint32_t

지정한 인덱스입니다.

반환

Boolean

bool

지정된 인덱스의 부울 값입니다.

적용 대상