Share via


CommandAdapterMapService.Register(Type, Type) Method

Definition

public:
 virtual void Register(Type ^ invokerType, Type ^ adapterType);
public void Register(Type invokerType, Type adapterType);
abstract member Register : Type * Type -> unit
override this.Register : Type * Type -> unit
Public Sub Register (invokerType As Type, adapterType As Type)

Parameters

invokerType
Type
adapterType
Type

Implements

Applies to