예제 #1
0
 public error Name() => s_NameByRef?.Invoke(ref this) ?? s_NameByVal?.Invoke(this) ?? ObjFile?.Name() ?? throw new PanicException(RuntimeErrorPanic.NilPointerDereference);