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

NotImplemented() 개인적인 메소드

private NotImplemented ( string feature ) : void
feature string
리턴 void
        void NotImplemented(string feature)
        {
            throw new NotImplementedException(feature);
        }
EmitAssembly