예제 #1
0
 public              FScriptDelegate this[int index]
 {
     get
     {
         return(BlittableTypeMarshaler <FScriptDelegate> .FromNative(InvocationList.Data, index));
     }
     set
     {
         BlittableTypeMarshaler <FScriptDelegate> .ToNative(InvocationList.Data, index, value);
     }
 }