コード例 #1
0
ファイル: FScriptDelegate.cs プロジェクト: zwywilliam/USharp
 public void Add(FScriptDelegate value)
 {
     this[InvocationList.AddZeroed(ElementSize)] = value;
 }