Redian新闻
>
anyone know how to find employee list for AEA job placement
avatar
anyone know how to find employee list for AEA job placement# Economics - 经济
n*8
1
希望有好心人士赞助,好让小妹我也能参加选美秀。
我这里先谢过了。
avatar
c*a
2
event 貌似就是个delegate 啊,
比如下面代码有区别吗?
我试不出区别:(
class A{
public delegate m_EventHandler(object o, EventArgs, e);
public event m_EventHandler m_event;
public m_EventHandler m_event2;
}
貌似 m_event 和 m_event2 没有区别。
avatar
X*e
3
thank you very much
avatar
x*y
4
加油!!

【在 n********8 的大作中提到】
: 希望有好心人士赞助,好让小妹我也能参加选美秀。
: 我这里先谢过了。

avatar
c*a
5


【在 c**a 的大作中提到】
: event 貌似就是个delegate 啊,
: 比如下面代码有区别吗?
: 我试不出区别:(
: class A{
: public delegate m_EventHandler(object o, EventArgs, e);
: public event m_EventHandler m_event;
: public m_EventHandler m_event2;
: }
: 貌似 m_event 和 m_event2 没有区别。

avatar
A*t
7
你可以发信告诉我你要什么YY呵呵。。我可以小赞助下你。
avatar
c*a
8
MSDN 上看了下,
貌似是个历史遗留问题造成的。
虽然有些区别,但是其实event的存在是不必要的。

【在 c**a 的大作中提到】

avatar
X*e
9
Thanks
I did not discribe myself clearly.
what I really want to know are where to find employee list of those who will
participate in job placement in the AEA annual meeting this year in San
Francisco
thank you again

【在 z****f 的大作中提到】
: http://www.aeaweb.org/joe/
avatar
k*k
10
估计看着清楚些,hoho

【在 c**a 的大作中提到】
: MSDN 上看了下,
: 貌似是个历史遗留问题造成的。
: 虽然有些区别,但是其实event的存在是不必要的。

avatar
c*d
11
event is a special kind of delegate. It opens two and only two services to
outside world - add event handler and remove event handler. If you use a
delegate instead of event, any subscriber can set or change the value of
delegate. For example, they can set its value as null. Subscriber can also
know who is subscribing to the event, which leads to security problem.
avatar
s*d
12
如上面所说,避免被赋值,只允许添加,删除。
avatar
c*a
13
精辟。
MSDN 上随也这样写了, 但是偶就是没理解到。
被这么一说就明白了。

【在 c**d 的大作中提到】
: event is a special kind of delegate. It opens two and only two services to
: outside world - add event handler and remove event handler. If you use a
: delegate instead of event, any subscriber can set or change the value of
: delegate. For example, they can set its value as null. Subscriber can also
: know who is subscribing to the event, which leads to security problem.

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。