Mono.CSharp.Constant.ConvertExplicitly C# (CSharp) Méthode

ConvertExplicitly() public abstract méthode

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
Résultat Constant
		public abstract Constant ConvertExplicitly (bool in_checked_context, TypeSpec target_type);