2#ifndef _system_component_model_container_h_
3#define _system_component_model_container_h_
5#include "system/object.h"
6#include "system/exceptions.h"
8namespace System {
namespace ComponentModel {
17 RTTI_INFO(
Container, ::System::BaseTypesInfo<System::Object>)
23 ASPOSECPP_SHARED_API
void Dispose(
bool disposing);
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