|
using System;
using HelloWorldProgram; // 追加
Compilation failed: 1 error(s), 0 warnings
Main.cs(9,34): error CS0121: The call is ambiguous between the following methods or properties: `HelloWorldProgram.HelloWorldExtensions.AddHelloWorld(this string)' and `HelloWorldProgram.HelloWorldExtensions1.AddHelloWorld(this string)'
Main.cs(17,30): (Location of the symbol related to previous error)
Main.cs(25,30): (Location of the symbol related to previous error)
Please Wait...