Untitled

 avatar
unknown
plain_text
2 years ago
166 B
5
Indexable
void MyMethod1()
{
    string value1 = "";
    string value2 = value1;
}

void MyMethod2()
{
    string value1 = string.Empty;
    string value2 = value1;
}
Editor is loading...