Changes between Initial Version and Version 1 of Ticket #2136, comment 36
- Timestamp:
- 05/19/14 13:29:08 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2136, comment 36
initial v1 1 1 Replying to [comment:32 mkommend]: 2 2 > * Is it necessary that vars is of type dynamic? Couldn't I type vars statically to Variables? 3 Yes, `vars` has to be of type `dynamic` because otherwise its dynamic runtime behavior (invo kation of DynamicObject.TryGetMember() etc.) would not work.3 Yes, `vars` has to be of type `dynamic` because otherwise its dynamic runtime behavior (invocation of DynamicObject.TryGetMember() etc.) would not work.