GroupCollection.Count 属性

定义

返回集合中的组数。

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

属性值

集合中的组数。

实现

注解

对象 GroupCollection 始终至少有一个成员。 如果匹配不成功,则 Match.Groups 属性返回包含 GroupCollection 单个成员的对象。

适用于