Click or drag to resize

ReflectionUtilsGetPropertyInfoInternal Method

Returns a PropertyInfo structure from an extended Property reference

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static PropertyInfo GetPropertyInfoInternal(
	Object Parent,
	string Property
)

Parameters

Parent
Type: SystemObject

[Missing <param name="Parent"/> documentation for "M:Koden.Utils.ReflectionUtils.GetPropertyInfoInternal(System.Object,System.String)"]

Property
Type: SystemString

[Missing <param name="Property"/> documentation for "M:Koden.Utils.ReflectionUtils.GetPropertyInfoInternal(System.Object,System.String)"]

Return Value

Type: PropertyInfo

[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.GetPropertyInfoInternal(System.Object,System.String)"]

See Also