Exemplo n.º 1
0
 public Addr Addr() => s_AddrByRef?.Invoke(ref this) ?? s_AddrByVal?.Invoke(this) ?? Listener?.Addr() ?? throw new PanicException(RuntimeErrorPanic.NilPointerDereference);