Class StyleInfoObjectStore
Inheritance
System.Object
StyleInfoObjectStore
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Styles
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class StyleInfoObjectStore : IDisposable
Constructors
StyleInfoObjectStore()
Declaration
public StyleInfoObjectStore()
Properties
Count
Declaration
public int Count { get; }
Property Value
Type |
---|
System.Int32 |
Methods
ContainsObject(Int32)
Declaration
public bool ContainsObject(int key)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key |
Returns
Type |
---|
System.Boolean |
CreateKey()
Declaration
public static int CreateKey()
Returns
Type |
---|
System.Int32 |
Dispose()
Declaration
public void Dispose()
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
Type |
---|
System.Object |
GetObject(Int32, out Boolean)
Declaration
public object GetObject(int key, out bool found)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | key | |
System.Boolean | found |
Returns
Type |
---|
System.Object |
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
public void Sort()
Implements
System.IDisposable