Home »

What’s the implicit name of the parameter that gets passed into the set ]method/property of a class?

Question ListCategory: C#.NETWhat’s the implicit name of the parameter that gets passed into the set ]method/property of a class?
alisataylore190 author asked 9 years ago
1 Answers
denielshakespeare5 author answered 8 years ago

Value. The data type of the value parameter is defined by whatever data type the property is declared as.

Please login or Register to Submit Answer