Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2bab6df

Browse files
[release/v7.5] Fix PSMethodInvocationConstraints.GetHashCode method (#25306)
Co-authored-by: crazyjncsu <j@thewolfweb.com>
1 parent3a9ea0d commit2bab6df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/System.Management.Automation/engine/MshMemberInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2009,7 +2009,7 @@ public override bool Equals(object obj)
20092009
}
20102010

20112011
publicoverrideintGetHashCode()
2012-
=>HashCode.Combine(MethodTargetType,ParameterTypes,GenericTypeParameters);
2012+
=>HashCode.Combine(MethodTargetType,ParameterTypes.SequenceGetHashCode(),GenericTypeParameters.SequenceGetHashCode());
20132013

20142014
publicoverridestringToString()
20152015
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp