C# Proposal: Compile Time Static Checking Of Dynamic Objects
C# 4.0 introduces a new type: dynamic. dynamic is a static type that bypasses static type checking.
This new type comes in very handy to work with:
The new languages from the dynamic language runtime.
HTML Document Object Model (DOM).
COM objects.
Duck typing
…
Because static type checking is bypassed,...
[read more]
Submit a review:
Login required.