Boo.Lang.Compiler.Steps.EmitAssembly.Isinst C# (CSharp) Method

Isinst() private method

private Isinst ( Type type ) : void
type System.Type
return void
        private void Isinst(Type type)
        {
            _il.Emit(OpCodes.Isinst, type);
        }
EmitAssembly