Skip to content

Commit ecffe92

Browse files
committed
apply of the base framework api function
1 parent e1534f2 commit ecffe92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Microsoft.VisualBasic.Core/src/Extensions/Extensions.vb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -641,13 +641,13 @@ Public Module Extensions
641641
End Function
642642

643643
''' <summary>
644-
''' Value assignment to the target variable.(将<paramref name="value"/>参数里面的值赋值给<paramref name="var"/>参数然后返回<paramref name="value"/>)
644+
''' Value assignment to the target variable.
645645
''' </summary>
646646
''' <typeparam name="T"></typeparam>
647647
''' <param name="var"></param>
648648
''' <param name="value"></param>
649649
''' <returns></returns>
650-
''' <remarks></remarks>
650+
''' <remarks>(将<paramref name="value"/>参数里面的值赋值给<paramref name="var"/>参数然后返回<paramref name="value"/>)</remarks>
651651
'''
652652
<MethodImpl(MethodImplOptions.AggressiveInlining)>
653653
<Extension> Public Function InlineCopy(Of T)(ByRef var As T, value As T) As T

0 commit comments

Comments
 (0)