Method Track
Track<TOut>(Expression<Func<TContext, TOut>>)
Declaration
[Obsolete("Replaced with ReactiveSections")]
public TOut Track<TOut>(Expression<Func<TContext, TOut>> selector)
Parameters
| Type | Name | Description |
|---|---|---|
| Expression<Func<TContext, TOut>> | selector |
Returns
| Type | Description |
|---|---|
| TOut |
Type Parameters
| Name | Description |
|---|---|
| TOut |