ICopierSelector Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |