G
Guest
If an instance method does not alter the containing class or any arguments of
a referenced type is it thread safe?
public void GetSomething() {
return new Something(this.Name);
}
public string Name;
Thanks,
Mike
a referenced type is it thread safe?
public void GetSomething() {
return new Something(this.Name);
}
public string Name;
Thanks,
Mike