Class StyleInfoObjectStore
Inheritance
System.Object
StyleInfoObjectStore
Implements
System.IDisposable
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class StyleInfoObjectStore : Object, IDisposable
Constructors
StyleInfoObjectStore()
Declaration
public StyleInfoObjectStore()
Properties
Count
Declaration
public int Count { get; }
Property Value
Methods
ContainsObject(Int32)
Declaration
public bool ContainsObject(int key)
Parameters
| Type |
Name |
Description |
| System.Int32 |
key |
|
Returns
CreateKey()
Declaration
public static int CreateKey()
Returns
Dispose()
Declaration
GetKeyValuePair(Int32, out Int32, out Object)
Declaration
public void GetKeyValuePair(int index, out int key, out object value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
index |
|
| System.Int32 |
key |
|
| System.Object |
value |
|
GetObject(Int32)
Declaration
public object GetObject(int key)
Parameters
| Type |
Name |
Description |
| System.Int32 |
key |
|
Returns
GetObject(Int32, out Boolean)
Declaration
public object GetObject(int key, out bool found)
Parameters
| Type |
Name |
Description |
| System.Int32 |
key |
|
| System.Boolean |
found |
|
Returns
RemoveObject(Int32)
Declaration
public void RemoveObject(int key)
Parameters
| Type |
Name |
Description |
| System.Int32 |
key |
|
SetObject(Int32, Object)
Declaration
public void SetObject(int key, object value)
Parameters
| Type |
Name |
Description |
| System.Int32 |
key |
|
| System.Object |
value |
|
Sort()
Declaration
Implements
System.IDisposable