New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.Charting

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class FastPropertyStore

Inheritance: objectFastPropertyStore

Constructors

C#
public FastPropertyStore()

Methods

C#
public void Clear()
C#
public bool ContainsEntry(int key)
Parameters:keyintReturns:

bool

C#
public object GetEntry(int key, out bool found)
Parameters:keyintfoundboolReturns:

object

C#
public object GetEntry(int key)
Parameters:keyintReturns:

object

C#
public void RemoveEntry(int key)
Parameters:keyint
C#
public void SetEntry(int key, object value)
Parameters:keyintvalueobject