Castle.MicroKernel.SubSystems.Conversion.EnumConverter.CanHandleType C# (CSharp) Method

CanHandleType() public method

public CanHandleType ( Type type ) : bool
type System.Type
return bool
		public override bool CanHandleType(Type type)
		{
			return type.IsEnum;
		}