Skip to content

Cannot set a property #189

@yosiat

Description

@yosiat

Hi,
I am trying to set a property (on CefSharp 1, Stable) and the property isn't changing it's value.

public class BoundObject
{
     public string Name { get; set; }

     public BoundObject()
     {
          Name  = "yosy";
     }
}
bound.name //=> returns "yosy"
bound.name = "othername";
bound.name //=> returns "yosy"

and after when inspecting the clr object the value is still "yosy".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions