GroupCollection.Values 屬性

定義

取得包含群組集合中所有群組的群組列舉。

public:
 property System::Collections::Generic::IEnumerable<System::Text::RegularExpressions::Group ^> ^ Values { System::Collections::Generic::IEnumerable<System::Text::RegularExpressions::Group ^> ^ get(); };
public System.Collections.Generic.IEnumerable<System.Text.RegularExpressions.Group> Values { get; }
member this.Values : seq<System.Text.RegularExpressions.Group>
Public ReadOnly Property Values As IEnumerable(Of Group)

屬性值

IEnumerable<Group>

群組列舉。

實作

備註

這個成員是明確介面成員實作, 只有在 GroupCollection 執行個體轉換成 IEnumerable<T> 介面時,才能使用這個成員。

適用於