Share via


Constructor Initializers

Constructor initializers (described in Initializing Bases and Members) are evaluated in the scope of the outermost block of the constructor for which they are specified. Therefore, they can use the constructor's argument names.

See Also

Reference

Summary of Scope Rules