[Missing <summary> documentation for M:am.Charts.ColorCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)]

Namespace:  am.Charts
Assembly:  am.Charts (in am.Charts.dll)
Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override bool CanConvertFrom(
	ITypeDescriptorContext context,
	Type sourceType
)
Visual Basic (Declaration)
Public Overrides Function CanConvertFrom ( _
	context As ITypeDescriptorContext, _
	sourceType As Type _
) As Boolean
Visual C++
public:
virtual bool CanConvertFrom(
	ITypeDescriptorContext^ context, 
	Type^ sourceType
) override

Parameters

context
Type: System.ComponentModel..::.ITypeDescriptorContext

[Missing <param> documentation for "context"]

sourceType
Type: System..::.Type

[Missing <param> documentation for "sourceType"]

Return Value

[Missing <returns> documentation for M:am.Charts.ColorCollectionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)]

See Also