Summary
Determines whether this instance can convert the specified object type.
- Assembly
- Rocket
.Surgery .Extensions .Unions .dll - Namespace
- Rocket
.Surgery .Unions - Containing Type
- UnionConverter
Syntax
public override bool CanConvert(Type objectType)
Parameters
Name | Type | Description |
---|---|---|
objectType | Type | Type of the object. |
Return Value
Type | Description |
---|---|
bool |
true if this instance can convert the specified object type; otherwise, false .
|