C# cannot convert method to non delegate type

后端 未结 7 1830
猫巷女王i
猫巷女王i 2020-12-08 07:12

I have a class called Pin.

public class Pin
{
    private string title;

    public Pin() { }

    public setTitle(string title) {
        this.         


        
7条回答
提交回复
热议问题