C
c676228
Hi all,
I often encounter this kind of experssion in the code developed by our vendor:
HiddenField h = TISVendor.Find<HiddenField>.Within(Page, "hidLayoutID");
//TISVedor is our vendor's specific component
u = Select<UserInput>.QuerySingle(param1, param2, param3);
I came from Java and really feel that <Parameter> experssion strange and
uncomforatable. Can you explain a bit more or direct me to some resouces I
can take look. I noticed in MS development, there are a lot experssion like
that, just not use to it.
Thanks,
Betty
I often encounter this kind of experssion in the code developed by our vendor:
HiddenField h = TISVendor.Find<HiddenField>.Within(Page, "hidLayoutID");
//TISVedor is our vendor's specific component
u = Select<UserInput>.QuerySingle(param1, param2, param3);
I came from Java and really feel that <Parameter> experssion strange and
uncomforatable. Can you explain a bit more or direct me to some resouces I
can take look. I noticed in MS development, there are a lot experssion like
that, just not use to it.
Thanks,
Betty