Summary
Finds the declared property.
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Containing Type
- TypeInfoExtensions
Syntax
public static PropertyInfo FindDeclaredProperty(this TypeInfo typeInfo, string name)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| typeInfo | TypeInfo | The type information. |
| name | string | The name. |
Return Value
| Type | Description |
|---|---|
| PropertyInfo | PropertyInfo. |
