Skip to content

Commit 1914a3c

Browse files
authored
housekeeping: Add none option to RegistrationNamespaces
1 parent 5ffe490 commit 1914a3c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/ReactiveUI/RegistrationNamespace.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ namespace ReactiveUI
1010
/// </summary>
1111
public enum RegistrationNamespace
1212
{
13+
/// <summary>No platform to register.</summary>
14+
None = 0,
15+
1316
/// <summary>
1417
/// Xamarin Forms.
1518
/// </summary>

0 commit comments

Comments
 (0)