Click or drag to resize

ArrayFunctions Methods

The ArrayFunctions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberContains
Defines the mapping for the operand1.Contains(value) method to method mapping
Public methodStatic memberGetValue
Defines the mapping for the operand1[index] method to method mapping
Public methodStatic memberLength
Defines the mapping for the operand1.Length property to method mapping
Public methodStatic memberSequenceEqual
Defines the mapping for the operand1.SequenceEqual(operand2) method to method mapping
Top
See Also