We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75c8b89 commit 28129b3Copy full SHA for 28129b3
FirebaseAdmin/FirebaseAdmin/Auth/UserRecordArgs.cs
@@ -378,7 +378,11 @@ private void AddDeleteProvider(string provider)
378
}
379
380
381
- internal class Optional<T>
+ /// <summary>
382
+ /// Wraps a nullable value. Used to differentiate between parameters that have not been set, and
383
+ /// the parameters that have been explicitly set to null.
384
+ /// </summary>
385
+ private class Optional<T>
386
{
387
internal Optional(T value)
388
0 commit comments