Example #1
0
 public DelegateInfo GetDelegateInfo(TypeDesc delegateType)
 {
     return(_delegateInfoHashtable.GetOrCreateValue(delegateType));
 }