--%>

Use of System Dynamic and System Runtime

What is the use of System.Dynamic and System.Runtime.CompilerServices namespaces?

E

Expert

Verified

System.Dynamic and System.Runtime.CompilerServices namespaces are used as a concept to hold a class for DLR. This also makes available the dynamic features to the statically-typed languages, like C# and Visual Basic to facilitate the interoperation through dynamic languages.

   Related Questions in Programming Languages