Beispiel #1
0
 public override void SetFields(IHasScopes newRes, in IHasScopes oldRes)
Beispiel #2
0
 /// <summary>
 /// Copies fields that this scope gives access to from old to new
 /// </summary>
 /// <param name="newRes">The new object that will be sent out</param>
 /// <param name="oldRes">The stored object containing data</param>
 public virtual void SetFields(IHasScopes newRes, in IHasScopes oldRes)