비어 있는 상태에서 지정된 초기 용량을 가지는 새 확장 세그먼트 컬렉션을 초기화합니다.
네임스페이스: System.Data.Services
어셈블리: Microsoft.Data.Services(Microsoft.Data.Services.dll)
구문
‘선언
Public Sub New ( _
capacity As Integer _
)
‘사용 방법
Dim capacity As Integer
Dim instance As New ExpandSegmentCollection(capacity)
public ExpandSegmentCollection(
int capacity
)
public:
ExpandSegmentCollection(
int capacity
)
new :
capacity:int -> ExpandSegmentCollection
public function ExpandSegmentCollection(
capacity : int
)
매개 변수
- capacity
유형: System.Int32
새 컬렉션에 처음 저장할 수 있는 확장 세그먼트의 수입니다.