CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
igrouping.h
1#pragma once
2
3#include <system/object.h>
4#include <system/collections/ienumerable.h>
5
6namespace System {
7namespace Linq {
8
9template <typename TKey, typename TItem>
11{
14
15 typedef ::System::BaseTypesInfo<BaseType> ThisTypeBaseTypesInfo;
16 RTTI_INFO_TEMPLATE_CLASS(ThisType, ThisTypeBaseTypesInfo);
17
18public:
19 virtual TKey get_Key() = 0;
20};
21
22} // namespace Linq
23} // namespace System
Interface of object providing enumerator on contained elements.
Definition: ienumerable.h:25
Definition: igrouping.h:11
virtual TKey get_Key()=0
Definition: db_command.h:9