|
|
От: | TG | |
| Дата: | 01.11.17 07:53 | ||
| Оценка: | |||
X AVOID using out or ref parameters.
Using out or ref parameters requires experience with pointers, understanding how value types and reference types differ, and handling methods with multiple return values. Also, the difference between out and ref parameters is not widely understood. Framework architects designing for a general audience should not expect users to master working with out or ref parameters.