示例#1
0
 public Delegate GetDelegate(object callableObject, Type delegateType)
 {
     return(RuntimeHelpers.GetDelegate(callableObject, delegateType));
 }