Class IGrouping
Represents a collection of objects that have a common key.
Inheritance
IGrouping
Inherited Members
IGrouping
IGrouping
Assembly: FlaxEngine.dll
File: Engine/Core/Collections/ArrayExtensions.h
Syntax
public class IGrouping<TKey, TSource> : public Array
Type Parameters
typename TKey
|
typename TSource
|
Fields
_key
Declaration
protected TKey _key
Field Value
TKey
|
Methods
GetKey()
Gets the common key.
Declaration
public TKey GetKey() const
Returns
TKey
|