what is implicit keyword c# | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

what is implicit keyword c#

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