Summary
Get a list of
Newtonsoft.Json.Linq.JValue's for a given object
- Assembly
- Rocket
.Surgery .Extensions .Binding .dll - Namespace
- Rocket
.Surgery .Binding - Containing Type
- JsonBinder
Syntax
public IEnumerable<KeyValuePair<string, JValue>> GetValues<T>(T value) where T : class
Type Parameters
| Name | Description |
|---|---|
| T |
Parameters
| Name | Type | Description |
|---|---|---|
| value | T | The value. |
Return Value
| Type | Description |
|---|---|
| IEnumerable |
