C# Class Microsoft.CodeAnalysis.CodeGen.ILBuilder

Mostrar archivo Open project: mob-sakai/OpenSesame Class Usage Examples

Public Methods

Method Description
EmitNumericConversion ( Microsoft.Cci.PrimitiveTypeCode fromPredefTypeKind, Microsoft.Cci.PrimitiveTypeCode toPredefTypeKind, bool @checked ) : void

Method Details

EmitNumericConversion() public method

public EmitNumericConversion ( Microsoft.Cci.PrimitiveTypeCode fromPredefTypeKind, Microsoft.Cci.PrimitiveTypeCode toPredefTypeKind, bool @checked ) : void
fromPredefTypeKind Microsoft.Cci.PrimitiveTypeCode
toPredefTypeKind Microsoft.Cci.PrimitiveTypeCode
@checked bool
return void