Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function CalculateHashCode( _ ByVal objects As IEnumerable _ ) As Integer |
Visual Basic (Usage) | ![]() |
---|---|
Dim objects As IEnumerable Dim value As Integer value = AdvancedMath.CalculateHashCode(objects) |
C# | |
---|---|
public static int CalculateHashCode( IEnumerable objects ) |
C++/CLI | |
---|---|
public: static int CalculateHashCode( IEnumerable^ objects ) |
Parameters
- objects
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2