eDriven Framework API
PropertyReader Constructor (target, property)
NamespaceseDriven.AnimationPropertyReaderPropertyReader(Object, String)
eDriven Framework API
Constroctor
Declaration Syntax
C#Visual BasicVisual C++
public PropertyReader(
	Object target,
	string property
)
Public Sub New ( _
	target As Object, _
	property As String _
)
public:
PropertyReader(
	Object^ target, 
	String^ property
)
Parameters
target (Object)
Target object
property (String)
Property name

Assembly: eDriven.Animation (Module: eDriven.Animation) Version: 2.0.1.0 (2.0.1.0)