Method Update
Update(Scope<T>)
Updates this instance from the specified source scope.
public Scope<T>? Update(Scope<T> source)
Parameters
source
Scope<T>
Returns
- Scope<T>
The updated scope (this).
Updates this instance from the specified source scope.
public Scope<T>? Update(Scope<T> source)
source
Scope<T>The updated scope (this).