|
It doesn't HAVE to be cast. It will
execute fine without it, if the _expression_ is correct. But casting will enable
the compiler to catch an incorrect _expression_ and also make it execute faster,
because looking up properties and methods on a non-dynamic type is faster than
looking them up on a dynamic one. - Gordon From: Hello Gordon, -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
SPONSORED LINKS
Your email settings: Individual Email|Traditional
Change settings via the Web (Yahoo! ID required) Change settings via email: Switch delivery to Daily Digest | Switch to Fully Featured Visit Your Group | Yahoo! Groups Terms of Use | Unsubscribe __,_._,___ |
- RE: [flexcoders] Accessing methods in nested components Tracy Spratt
- Re: [flexcoders] Accessing methods in nested component... Pascal Schrafl
- RE: [flexcoders] Accessing methods in nested component... Gordon Smith
- Re: [flexcoders] Accessing methods in nested compo... Pascal Schrafl
- RE: [flexcoders] Accessing methods in nested c... Gordon Smith
- Re: [flexcoders] Accessing methods in nested compo... Pascal Schrafl
- RE: [flexcoders] Accessing methods in nested c... Gordon Smith

