2#ifndef _aspose_system_windows_forms_control_h_
3#define _aspose_system_windows_forms_control_h_
5#include <system/object.h>
6#include <system/reflection.h>
7#include <system/shared_ptr.h>
8#include <system/collections/ilist.h>
9#include <system/string.h>
10#include <system/array.h>
61 ASPOSECPP_SHARED_API
int get_Count()
const override;
68 virtual ASPOSECPP_SHARED_API
void Clear()
override;
88 virtual ASPOSECPP_SHARED_API
void RemoveAt(
int index)
override;
Interface of indexed container of elements. Objects of this class should only be allocated using Syst...
Definition: ilist.h:19
Base class that enables using methods available for System.Object class in C#. All non-trivial classe...
Definition: object.h:62
Pointer class to wrap types being allocated on heap. Use it to manage memory for classes inheriting O...
Definition: smart_ptr.h:180
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
Definition: db_command.h:9