Grouping<TKey,TElement>(TKey, IEnumerable<TElement>) Oluşturucu

Tanım

Grouping<TKey,TElement> sınıfının yeni bir örneğini başlatır.

public:
 Grouping(TKey key, System::Collections::Generic::IEnumerable<TElement> ^ elements);
public Grouping (TKey key, System.Collections.Generic.IEnumerable<TElement> elements);
new Microsoft.VisualStudio.Workspace.Grouping<'Key, 'Element> : 'Key * seq<'Element> -> Microsoft.VisualStudio.Workspace.Grouping<'Key, 'Element>
Public Sub New (key As TKey, elements As IEnumerable(Of TElement))

Parametreler

key
TKey

Bu grup için anahtar.

elements
IEnumerable<TElement>

Bu gruptaki öğeler.

Şunlara uygulanır