IsExternalInit
Definition
[JetBrains.Annotations.UsedImplicitly]
internal static class IsExternalInitRemarks
How It Works
public string Name { get; init; }error CS0518: Predefined type 'System.Runtime.CompilerServices.IsExternalInit' is not defined or importedWhy internal
internalQuick Lookup
Goal
How
Common Pitfalls
Examples
Using init-only Properties
Records and init
See Also
Last updated