ItemCollection.Size 속성

정의

컬렉션의 크기(개수)를 가져옵니다.

public:
 property unsigned int Size { unsigned int get(); };
uint32_t Size();
public uint Size { get; }
var uInt32 = itemCollection.size;
Public ReadOnly Property Size As UInteger

속성 값

UInt32

unsigned int

uint32_t

컬렉션의 항목 수입니다.

구현

설명

.NET을 사용하여 프로그래밍할 때 이 속성은 Count로 프로젝션됩니다.

적용 대상