0
what is implicit keyword c#
1 Answer
+ 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