Object source
var source = new ObjectSource(new {A = 1, B = 2, C = new[] {1, 2, 3});Related pages
Configuration sourcesLast updated
Was this helpful?
var source = new ObjectSource(new {A = 1, B = 2, C = new[] {1, 2, 3});Last updated
Was this helpful?
Was this helpful?