[This is preliminary documentation and is subject to change.]
Author: Đonny
Provides abstract base class for custom type descriptors
Namespace: Tools.ComponentModelTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public abstract class CustomTypeDescriptorAbstractBase : CustomTypeDescriptor |
| Visual Basic |
|---|
Public MustInherit Class CustomTypeDescriptorAbstractBase _ Inherits CustomTypeDescriptor |
| Visual C++ |
|---|
public ref class CustomTypeDescriptorAbstractBase abstract : public CustomTypeDescriptor |
| F# |
|---|
[<AbstractClassAttribute>] type CustomTypeDescriptorAbstractBase = class inherit CustomTypeDescriptor end |
| JScript |
|---|
public abstract class CustomTypeDescriptorAbstractBase extends CustomTypeDescriptor |
Inheritance Hierarchy
System..::..Object
System.ComponentModel..::..CustomTypeDescriptor
Tools.ComponentModelT..::..CustomTypeDescriptorAbstractBase
Tools.ComponentModelT..::..CustomTypeDescriptorBase<(Of <(<'T>)>)>
System.ComponentModel..::..CustomTypeDescriptor
Tools.ComponentModelT..::..CustomTypeDescriptorAbstractBase
Tools.ComponentModelT..::..CustomTypeDescriptorBase<(Of <(<'T>)>)>
See Also
Version History
1.5.2
- (Nightly) VersionAttribute and AuthorAttribute removed