コード例 #1
0
ファイル: tls_listenerStruct.cs プロジェクト: zjmit/go2cs
 public Addr Addr() => s_AddrByRef?.Invoke(ref this) ?? s_AddrByVal?.Invoke(this) ?? Listener?.Addr() ?? throw new PanicException(RuntimeErrorPanic.NilPointerDereference);