what is implicit keyword c# | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

what is implicit keyword c#

29th May 2017, 11:22 AM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
1 ответ
+ 5
The implicit keyword is used to declare an implicit user-defined type conversion operator. Use it to enable implicit conversions between a user-defined type and another type, if the conversion is guaranteed not to cause a loss of data. more information here : https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/implicit
29th May 2017, 11:43 AM
Setiawan Next
Setiawan Next - avatar