Method FindPropertyByName
FindPropertyByName(IEnumerable<PropertyInfo>, String)
Declaration
public static PropertyInfo FindPropertyByName(this IEnumerable<PropertyInfo> properties, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<PropertyInfo> | properties | |
| String | name |
Returns
| Type | Description |
|---|---|
| PropertyInfo |
FindPropertyByName((String, String)[], String)
Declaration
public static string FindPropertyByName(this (string, string)[] properties, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| (T1, T2)<String, String>[] | properties | |
| String | name |
Returns
| Type | Description |
|---|---|
| String |