Constructs a configurer that will call or set a member for aggregate of type T.
Constructs a configurer that will call or set a member for aggregate of type T.
In case when member is a method, it will be called with passed arguments.
If method is an overload set, the method that matches argument list will be called.
In case when member is a field, it will be set to first argument from Args list.
Constructs a configurer that will call or set a member for aggregate of type T.
Constructs a configurer that will call or set a member for aggregate of type T. In case when member is a method, it will be called with passed arguments. If method is an overload set, the method that matches argument list will be called. In case when member is a field, it will be set to first argument from Args list.