Untitled
unknown
plain_text
3 years ago
166 B
12
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;
}