Untitled
plain_text
a month ago
166 B
1
Indexable
Never
void MyMethod1() { string value1 = ""; string value2 = value1; } void MyMethod2() { string value1 = string.Empty; string value2 = value1; }
void MyMethod1() { string value1 = ""; string value2 = value1; } void MyMethod2() { string value1 = string.Empty; string value2 = value1; }