fill

Given a structure and a provider this will discover all the required fields and then fill those fields with values provided by the provider

  1. void fill(T structType, Provider p, string rootName)
  2. void fill(T structType, Provider p)
    void
    fill
    (
    T
    )

Parameters

structType T

the structure

p Provider

the provider

Meta