コード例 #1
0
 public error Base() => s_BaseByRef?.Invoke(ref this) ?? s_BaseByVal?.Invoke(this) ?? ObjFile?.Base() ?? throw new PanicException(RuntimeErrorPanic.NilPointerDereference);