open operator override fun provideDelegate(thisRef: Node, property: KProperty<*>): NodeSetPropertyDelegate<T>

Creates a new NodeSetPropertyDelegate and registers it to the Node.propertyLookup

Return

the generated property delegate

Parameters

thisRef

the parent node

property

the property to delegate