Untitled
unknown
plain_text
2 years ago
166 B
10
Indexable
void MyMethod1()
{
string value1 = "";
string value2 = value1;
}
void MyMethod2()
{
string value1 = string.Empty;
string value2 = value1;
}Editor is loading...
void MyMethod1()
{
string value1 = "";
string value2 = value1;
}
void MyMethod2()
{
string value1 = string.Empty;
string value2 = value1;
}