 | 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
Syntaxpublic static PropertyInfo GetPropertyInfoInternal(
Object Parent,
string Property
)
Public Shared Function GetPropertyInfoInternal (
Parent As Object,
Property As String
) As PropertyInfo
public:
static PropertyInfo^ GetPropertyInfoInternal(
Object^ Parent,
String^ Property
)
static member GetPropertyInfoInternal :
Parent : Object *
Property : string -> PropertyInfo
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