Both Default and NotSet are documented as:
> This is the default behavior.
Please explain how and what circumstance each one is the default behavior.
I am going to guess that Default is the default value set by code somewhere. It would also seem that NotSet is documented as default because it’s what you get from this C# expression: default(FcnMode) or for any uninitialized field.
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
Both
DefaultandNotSetare documented as:> This is the default behavior.
Please explain how and what circumstance each one is the default behavior.
I am going to guess that
Defaultis the default value set by code somewhere. It would also seem thatNotSetis documented as default because it’s what you get from this C# expression:default(FcnMode)or for any uninitialized field.Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.