Represents the base class to facilitate the creation of
IRegionAdapter implementations.
Object Model
Syntax
| Visual Basic (Declaration) | |
|---|
Public MustInherit Class RegionAdapterBase(Of T)
Implements IRegionAdapter |
| Delphi | |
|---|
public class RegionAdapterBase = class(IRegionAdapter)abstract; |
| JScript | |
|---|
JScript does not support Generics. |
| Managed Extensions for C++ | |
|---|
public __gc abstract class RegionAdapterBase<T> : public IRegionAdapter |
| C++/CLI | |
|---|
generic<typename T>
public ref class RegionAdapterBase abstract : public IRegionAdapter |
Type Parameters
- T
- Type of object to adapt.
Inheritance Hierarchy
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also