File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1993,7 +1993,7 @@ This field is equal to the string "True".
1993
1993
<MemberSignature Language =" VB.NET" Value =" Public Shared Function TryParse (value As String, ByRef result As Boolean) As Boolean" />
1994
1994
<MemberSignature Language =" C++ CLI" Value =" public:
 static bool TryParse(System::String ^ value, [Runtime::InteropServices::Out] bool % result);" />
1995
1995
<MemberSignature Language =" F#" Value =" static member TryParse : string * bool -> bool" Usage =" System.bool.TryParse (value, result)" />
1996
- <MemberSignature Language =" C#" Value =" public static bool TryParse (string? value, out bool? result);" FrameworkAlternate =" net-5.0;netcore-3.0;netcore-3.1" />
1996
+ <MemberSignature Language =" C#" Value =" public static bool TryParse (string? value, out bool result);" FrameworkAlternate =" net-5.0;netcore-3.0;netcore-3.1" />
1997
1997
<MemberType >Method</MemberType >
1998
1998
<AssemblyInfo >
1999
1999
<AssemblyName >System.Runtime</AssemblyName >
You can’t perform that action at this time.
0 commit comments