AspNetCoreSample.MyClass.Hoge C# (CSharp) Method

Hoge() public method

HogeHoge
public Hoge ( string i ) : string
i string
return string
        public string Hoge(string i)
        {
            return "hogehogehoge!!!";
        }