Posts
Sort by recent activity
Property bug reflecting interop assemblies
When I disassemble a .NET assembly, reflector will always show the poperty accessors in the order { get; set; }. For .NET this is OK, as it binds by signature.
For COM however, the actual position ...