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
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
CSMethodKind has a number of uncomfortable combinations. It should probably be implemented as a flags enum and drop all the StaticNew etc.
CSMethod should have code to verify that combinations are correct.
CSMethod.MethodKindToString () should be modified to handle any combination.
The text was updated successfully, but these errors were encountered:
CSMethodKind has a number of uncomfortable combinations. It should probably be implemented as a flags enum and drop all the
StaticNew
etc.CSMethod should have code to verify that combinations are correct.
CSMethod.MethodKindToString () should be modified to handle any combination.
The text was updated successfully, but these errors were encountered: