HashingHash Method (IEnumerableInt32) |
[Missing <summary> documentation for "M:P.Runtime.Hashing.Hash(System.Collections.Generic.IEnumerable{System.Int32})"]
Namespace:
P.Runtime
Assembly:
Prt (in Prt.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static int Hash(
this IEnumerable<int> collection
)
<ExtensionAttribute>
Public Shared Function Hash (
collection As IEnumerable(Of Integer)
) As Integer
public:
[ExtensionAttribute]
static int Hash(
IEnumerable<int>^ collection
)
[<ExtensionAttribute>]
static member Hash :
collection : IEnumerable<int> -> int
Parameters
- collection
- Type: System.Collections.GenericIEnumerableInt32
[Missing <param name="collection"/> documentation for "M:P.Runtime.Hashing.Hash(System.Collections.Generic.IEnumerable{System.Int32})"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:P.Runtime.Hashing.Hash(System.Collections.Generic.IEnumerable{System.Int32})"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerableInt32. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also