This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
The GenericPropertyAccessor class provides fast dynamic access
to a property of a specified target class.
Namespace: Smartsite.Tools.Reflection
Assembly: Smartsite.Tools (in Smartsite.Tools.dll)
Syntax
C# | Copy Code |
---|---|
public class GenericPropertyAccessor<T, V> : <T, V> |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class GenericPropertyAccessor(Of T, V) _ Implements (Of T, V) |
Type Parameters
- T
- V
Inheritance Hierarchy
See Also
Smartsite.Tools.Reflection Namespace