Skip to content

Commit

Permalink
Undo change in visibility
Browse files Browse the repository at this point in the history
  • Loading branch information
ewoutkramer committed Jan 31, 2024
1 parent 67d7fcc commit 67bc37f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static class TypedElementParseExtensions

[Obsolete("WARNING! Intended for internal API usage exclusively, interface IBaseElementNavigator can be changed in " +
"the near future.")]
internal static Element? ParseBindableInternal<T>(this IBaseElementNavigator<T> instance) where T : IBaseElementNavigator<T>
public static Element? ParseBindableInternal<T>(this IBaseElementNavigator<T> instance) where T : IBaseElementNavigator<T>
{
return instance.InstanceType switch
{
Expand Down

0 comments on commit 67bc37f

Please sign in to comment.