Android.Util.Pair Class
Container to ease passing around a tuple of two objects.

See Also: Pair Members

Syntax

[Android.Runtime.Register("android/util/Pair", DoNotGenerateAcw=true)]
public class Pair : Java.Lang.Object

Remarks

Container to ease passing around a tuple of two objects. This object provides a sensible implementation of equals(), returning true if equals() is true on each of the contained objects.

[Android Documentation]

Requirements

Namespace: Android.Util
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 5