Skip to content

Commit 394de1c

Browse files
committed
Explicitly hide method
1 parent c5f6118 commit 394de1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syndiesis/Controls/Editor/QuickInfo/BaseVisualBasicMemberCommonInlinesCreator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public abstract class BaseVisualBasicMemberCommonInlinesCreator<TSymbol>(
1010
: BaseCommonMemberCommonInlinesCreator<TSymbol>(parentContainer)
1111
where TSymbol : class, ISymbol
1212
{
13-
protected GroupedRunInline.IBuilder? CreateParameterListInline(
13+
protected new GroupedRunInline.IBuilder? CreateParameterListInline(
1414
ImmutableArray<IParameterSymbol> parameters)
1515
{
1616
int parameterLength = parameters.Length;

0 commit comments

Comments
 (0)