コード例 #1
0
ファイル: Dgram.cs プロジェクト: softearth/SaltarelleNodeJS
 public static Socket CreateSocket(DgramType type, Action <Buffer, object> messageListener)
 {
     return(null);
 }
コード例 #2
0
ファイル: Dgram.cs プロジェクト: JimmyJune/SaltarelleCompiler
 public static Socket CreateSocket(DgramType type, Action<Buffer, object> messageListener)
 {
     return null;
 }
コード例 #3
0
ファイル: Dgram.cs プロジェクト: softearth/SaltarelleNodeJS
 public static Socket CreateSocket(DgramType type)
 {
     return(null);
 }
コード例 #4
0
ファイル: Dgram.cs プロジェクト: JimmyJune/SaltarelleCompiler
 public static Socket CreateSocket(DgramType type)
 {
     return null;
 }