Edit

Share via


ICopierSelector Interface

Definition

Functionality used by general-purpose copiers (such as a JSON copier) to allow types to opt-in to using them.

public interface ICopierSelector
type ICopierSelector = interface
Public Interface ICopierSelector
Derived

Properties

CopierName

The well-known copier name, used to match an instance with a copier.

Methods

IsSupportedType(Type)

Returns true if the specified copier should be used for this type.

Applies to