GetEditorInternal<TDefaultEditorType>(System.Type type) Method

Returns an appropriate extension editor for the specified type.

Syntax

protected static ExtensionEditor GetEditorInternal<TDefaultEditorType>(System.Type type)

Parameters

type
Type: System.Type

Type to check for a custom editor.

Returns

Extension editor instance.