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 imageCopy Code
public class GenericPropertyAccessor<T, V> : <T, V>
Visual Basic (Declaration)Copy imageCopy Code
Public Class GenericPropertyAccessor(Of T, V) _
	Implements (Of T, V)

Type Parameters

T
V

Inheritance Hierarchy

System..::..Object
  Smartsite.Tools.Reflection..::..GenericPropertyAccessor<(Of <(<'T, V>)>)>

See Also

Advanced