IdeaBlade DevForce 2010 Help Reference
GetAggregateHashCode Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core Namespace > EnumerableFns Class : GetAggregateHashCode Method



items
Returns a hashcode for a collection that uses a similar algorithm to that used by the .NET Tuple class. Order matters.

Syntax

Visual Basic (Declaration) 
<ExtensionAttribute()>
Public Shared Function GetAggregateHashCode( _
   ByVal items As IEnumerable _
) As Integer
Visual Basic (Usage)Copy Code
Dim items As IEnumerable
Dim value As Integer
 
value = EnumerableFns.GetAggregateHashCode(items)
C# 
[ExtensionAttribute()]
public static int GetAggregateHashCode( 
   IEnumerable items
)
C++/CLI 
[ExtensionAttribute()]
public:
static int GetAggregateHashCode( 
   IEnumerable^ items
) 

Parameters

items

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.