[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:Tools.Experimental.CustomTypeDescriptorAbstractBase"]

Namespace: Tools.Experimental
Assembly: Tools Experimental (in Tools Experimental.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

See Also