Returns the property of the specified name.
public IDtoProperty<T>? TryGetProperty(string name)
| parameter | description |
|---|---|
| name | The property name. |
Returns null if the property does not exist.
Returns the property of the specified name.
public DtoProperty<T, TValue>? TryGetProperty<TValue>(string name)
| parameter | description |
|---|---|
| TValue | The value type of the property. |
| name | The property name. |
Returns null if the property does not exist.