CapyKit/Documentation/Help/F_CapyKit_PropertyComparer_2_expression.md

32 lines
724 B
Markdown
Raw Normal View History

2024-04-21 03:30:36 -05:00
# expression Field
The expression to retrieve the property.
## Definition
**Namespace:** <a href="N_CapyKit.md">CapyKit</a>
**Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0+735d7c4c91a8ae04c2d8cae4ce85ddf4909e5b7d
**C#**
``` C#
private Func<T, U> expression
```
**F#**
``` F#
val mutable private expression: Func<'T, 'U>
```
#### Field Value
<a href="https://learn.microsoft.com/dotnet/api/system.func-2" target="_blank" rel="noopener noreferrer">Func</a>(<a href="T_CapyKit_PropertyComparer_2.md">T</a>, <a href="T_CapyKit_PropertyComparer_2.md">U</a>)
## See Also
#### Reference
<a href="T_CapyKit_PropertyComparer_2.md">PropertyComparer(T, U) Class</a>
<a href="N_CapyKit.md">CapyKit Namespace</a>