codetterテスト

  • タグ:
  • タグはありません
public override bool CanConvertFrom(ITypeDescriptorContext context, Type sourceType)
{
	return sourceType.Equals(typeof(String));
}