Free cookie consent management tool by TermsFeed Policy Generator

Changes between Initial Version and Version 1 of Ticket #2136, comment 36


Ignore:
Timestamp:
05/19/14 13:29:08 (10 years ago)
Author:
jkarder
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2136, comment 36

    initial v1  
    11Replying to [comment:32 mkommend]:
    22> * 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 (invokation of DynamicObject.TryGetMember() etc.) would not work.
     3Yes, `vars` has to be of type `dynamic` because otherwise its dynamic runtime behavior (invocation of DynamicObject.TryGetMember() etc.) would not work.