We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class record
protected virtual Type EqualityContract
public virtual R <Clone>$()
new R(this)
Equals()
==
!=
NullableContext(2)
record X(X Other, int Id)
The text was updated successfully, but these errors were encountered:
add copy constructor to class records (#291)
a190967
adds <Clone> method in record classes (#291)
44029fa
adds 'NullableContext' attribute to relevant struct/class members (#291)
7728c23
mimics C# emitted attributes
e6c4594
be24066
c6af02d
No branches or pull requests
protected virtual Type EqualityContract
property that returns the type of the recordpublic virtual R <Clone>$()
method that returnsnew R(this)
Equals()
(both overloads) and operators==
and!=
withNullableContext(2)
attributerecord X(X Other, int Id)
The text was updated successfully, but these errors were encountered: