Boo.Lang.Compiler.Steps.EmitAssembly.NotImplemented C# (CSharp) Méthode

NotImplemented() private méthode

private NotImplemented ( string feature ) : void
feature string
Résultat void
        void NotImplemented(string feature)
        {
            throw new NotImplementedException(feature);
        }
EmitAssembly