[Bind] Fixed an issue where CLS-compliance was incorrectly overriden
This commit is contained in:
parent
e0a3b73130
commit
093dd1d1ca
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ namespace Bind.Structures
|
||||||
DeprecatedVersion = d.DeprecatedVersion;
|
DeprecatedVersion = d.DeprecatedVersion;
|
||||||
EntryPoint = d.EntryPoint;
|
EntryPoint = d.EntryPoint;
|
||||||
Obsolete = d.Obsolete;
|
Obsolete = d.Obsolete;
|
||||||
CLSCompliant = d.CLSCompliant;
|
cls_compliance_overriden = d.cls_compliance_overriden;
|
||||||
Slot = d.Slot;
|
Slot = d.Slot;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue