SemanticVersionTypeConverterCanConvertFrom Method (ITypeDescriptorContext, Type) |
[Missing <summary> documentation for "M:semver.tools.SemanticVersionTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)"]
Namespace: semver.toolsAssembly: semver.tools (in semver.tools.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override bool CanConvertFrom(
ITypeDescriptorContext context,
Type sourceType
)
Public Overrides Function CanConvertFrom (
context As ITypeDescriptorContext,
sourceType As Type
) As Boolean
public:
virtual bool CanConvertFrom(
ITypeDescriptorContext^ context,
Type^ sourceType
) override
abstract CanConvertFrom :
context : ITypeDescriptorContext *
sourceType : Type -> bool
override CanConvertFrom :
context : ITypeDescriptorContext *
sourceType : Type -> bool
Parameters
- context
- Type: System.ComponentModelITypeDescriptorContext
- sourceType
- Type: SystemType
Return Value
Type:
Boolean
See Also