GroupCollection.Count プロパティ

定義

コレクション内のグループの数を返します。

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

プロパティ値

コレクション内のグループの数。

実装

注釈

オブジェクトには GroupCollection 常に少なくとも 1 つのメンバーがあります。 一致が失敗した場合、 Match.Groups プロパティは 1 つのメンバーを GroupCollection 含むオブジェクトを返します。

適用対象