GetEditor(System.Type type) Method

Gets the editor associated with the type, or an instance of ExtensionEditor if none is defined.

Syntax

public static ExtensionEditor GetEditor(System.Type type)

Parameters

type
Type: System.Type

The type.

Returns

The extension editor.