CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
container.h
1
2#ifndef _system_component_model_container_h_
3#define _system_component_model_container_h_
4
5#include "system/object.h"
6#include "system/exceptions.h"
7
8namespace System { namespace ComponentModel {
9
14class ASPOSECPP_SHARED_CLASS Container : public System::Object
15{
17 RTTI_INFO(Container, ::System::BaseTypesInfo<System::Object>)
18public:
20 ASPOSECPP_SHARED_API void Dispose();
23 ASPOSECPP_SHARED_API void Dispose(bool disposing);
24};
25
26}} // System::ComponentModel
27
28#endif
Dummy class for translated code using Container class to work. Objects of this class should only be a...
Definition: container.h:15
void Dispose()
RTTI information.
void Dispose(bool disposing)
Disposable pattern support; does nothing.
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Definition: db_command.h:9