GroupCollection.Count 속성

정의

컬렉션의 그룹 수를 반환합니다.

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

속성 값

Int32

컬렉션의 그룹 수입니다.

구현

설명

개체에는 GroupCollection 항상 하나 이상의 멤버가 있습니다. 일치 항목이 실패하면 속성은 Match.Groups 단일 멤버가 GroupCollection 포함된 개체를 반환합니다.

적용 대상