Class DataTuple
Inheritance
System.Object
DataTuple
Namespace: Com.Telerik.Android.Common
Assembly: Telerik.Xamarin.Android.Common.dll
Syntax
public class DataTuple : Object
Constructors
DataTuple(Object)
Declaration
public DataTuple(Object firstValue)
Parameters
Java.Lang.Object
firstValue
|
DataTuple(Object, Object)
Declaration
public DataTuple(Object firstValue, Object secondValue)
Parameters
Java.Lang.Object
firstValue
|
Java.Lang.Object
secondValue
|
DataTuple(Object, Object, Object)
Declaration
public DataTuple(Object firstValue, Object secondValue, Object thirdValue)
Parameters
Java.Lang.Object
firstValue
|
Java.Lang.Object
secondValue
|
Java.Lang.Object
thirdValue
|
DataTuple(IntPtr, JniHandleOwnership)
Declaration
protected DataTuple(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
FirstValue
Declaration
public Object FirstValue { get; set; }
Property Value
Java.Lang.Object
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
SecondValue
Declaration
public Object SecondValue { get; set; }
Property Value
Java.Lang.Object
|
ThirdValue
Declaration
public Object ThirdValue { get; set; }
Property Value
Java.Lang.Object
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|