想要返回值的时候就有, 不想要就没有, 看需要~~private string GetString()
{
return "This is a return string...";
}private void SetString()
{
//To set string...
}