Mono.CSharp.Constant.ConvertExplicitly C# (CSharp) Method

ConvertExplicitly() public abstract method

Maybe ConvertTo name is better. It tries to convert `this' constant to target_type. It throws OverflowException
public abstract ConvertExplicitly ( bool in_checked_context, System.TypeSpec target_type ) : Constant
in_checked_context bool
target_type System.TypeSpec
return Constant
		public abstract Constant ConvertExplicitly (bool in_checked_context, TypeSpec target_type);