|
|
|
@ -145,6 +145,8 @@ namespace CppSharp.Passes |
|
|
|
if (property == null) |
|
|
|
if (property == null) |
|
|
|
properties.Add(property = new Property { Name = name, QualifiedType = type }); |
|
|
|
properties.Add(property = new Property { Name = name, QualifiedType = type }); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
method.AssociatedDeclaration = property; |
|
|
|
|
|
|
|
|
|
|
|
if (isSetter) |
|
|
|
if (isSetter) |
|
|
|
property.SetMethod = method; |
|
|
|
property.SetMethod = method; |
|
|
|
else |
|
|
|
else |
|
|
|
|