Boo.Lang.Compiler.Steps.EmitAssembly.Castclass C# (CSharp) 메소드

Castclass() 개인적인 메소드

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