what is implicit keyword c# | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

what is implicit keyword c#

29th May 2017, 11:22 AM
ALAMOUDI, WAEL MAKKI S
ALAMOUDI, WAEL MAKKI S - avatar
1 Réponse
+ 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