Class PropertyAccessorCache
Represents PropertyAccessorCache class
Inheritance
System.Object
PropertyAccessorCache
Implements
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.Windows.Chart
Assembly: Syncfusion.Chart.Wpf.dll
Syntax
public class PropertyAccessorCache : FastReflectionCache<PropertyInfo, IPropertyAccessor>, IFastReflectionCache<PropertyInfo, IPropertyAccessor>
Constructors
PropertyAccessorCache()
Declaration
public PropertyAccessorCache()
Methods
Create(PropertyInfo)
Return the IPropertyAccessor Value from the given PropertyInfo
Declaration
protected override IPropertyAccessor Create(PropertyInfo key)
Parameters
Type | Name | Description |
---|---|---|
System.Reflection.PropertyInfo | key |
Returns
Type |
---|
IPropertyAccessor |
Overrides
Syncfusion.Windows.Chart.FastReflectionCache<System.Reflection.PropertyInfo, Syncfusion.Windows.Chart.IPropertyAccessor>.Create(System.Reflection.PropertyInfo)