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

Castclass() private method

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