You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is an immutable struct with no changeable fields post construction and marking it as readonly struct will make it work more efficiently with the in parameter modifier
The text was updated successfully, but these errors were encountered:
It is an immutable struct with no changeable fields post construction and marking it as
readonly struct
will make it work more efficiently with thein
parameter modifierThe text was updated successfully, but these errors were encountered: