You would pass it into the delegate constructor `v...
# getting-started
r
You would pass it into the delegate constructor
var name: String by MyDelegate(name)
(and of course make sure the delegate accepts it)