Exemplo n.º 1
0
 private static byte[] DelToByte(Delegate del)
 {
     return(QTUtility.ObjectToByteArray(new SerializeDelegate(del)));
 }