Class FastPropertyStore
Inheritance
System.Object
FastPropertyStore
Namespace: Com.Telerik.Widget.Chart.Engine.PropertyStore
Assembly: Telerik.Xamarin.Android.Chart.dll
Syntax
public class FastPropertyStore : Object
Constructors
FastPropertyStore()
Declaration
public FastPropertyStore()
FastPropertyStore(IntPtr, JniHandleOwnership)
Declaration
protected FastPropertyStore(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Methods
Clear()
Declaration
public virtual void Clear()
ContainsEntry(Int32)
Declaration
public virtual bool ContainsEntry(int key)
Parameters
System.Int32
key
|
Returns
System.Boolean
|
GetEntry(Int32)
Declaration
public virtual Object GetEntry(int key)
Parameters
System.Int32
key
|
Returns
Java.Lang.Object
|
RemoveEntry(Int32)
Declaration
public virtual void RemoveEntry(int key)
Parameters
System.Int32
key
|
SetEntry(Int32, Object)
Declaration
public virtual void SetEntry(int key, Object value)
Parameters
System.Int32
key
|
Java.Lang.Object
value
|