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
Although it is debatable this was ever intended, if you give generator a private member it will bind it as private. This is a behavior that our users have used in the wild for various reasons and we do not wish to break.
Although it is debatable this was ever intended, if you give
generator
aprivate
member it will bind it asprivate
. This is a behavior that our users have used in the wild for various reasons and we do not wish to break.This example provides public
Color
versions of the boundint
methods.While researching this I found a case where binding a
private
member generates the following invalid C# code:The text was updated successfully, but these errors were encountered: