Ejemplo n.º 1
0
 internal ConfigureSettings()
 {
     fluent = new ConfigureSettingsFluent(this);
 }
Ejemplo n.º 2
0
 internal PropFluent(Prop property, ConfigureSettingsFluent parent)
 {
     this.property = property;
     this.parent   = parent;
 }
Ejemplo n.º 3
0
 internal Prop(ConfigureSettingsFluent parent)
 {
     this.fluent = new PropFluent(this, parent);
 }