What is the Dynamic Data Type in .net 4.0 with Examples-Tutorial (www.codegain.com)
submitted by
codegain(2794) 1 year, 4 months ago
Dynamic types are new feature of C# 4.0, which can be defined easily by using the keyword dynamic. Dynamic types are not strongly typed i.e not bound with any specific data type, so they are different from implicit data type defined using var which can bind with any data type when we define. Like any other type Dynamic types also have base class System.Object.
|category: C#
|Views: 7
tags:
C# another
Everyones tags:
Your Tags: