RickStrahl / wwDotnetBridge

.NET Interop for Visual FoxPro made easy
http://west-wind.com/wwDotnetBridge.aspx
73 stars 35 forks source link

GetIndexedProperty docs have wrong argument #14

Closed breyed closed 6 years ago

breyed commented 6 years ago

The docs for GetIndexedProperty shows this signature:

    o.GetIndexedProperty(loInstance, lcProperty)

It looks like lcProperty should be lnIndex.

RickStrahl commented 6 years ago

Fixed in the Web Connection docs, and will be updated in the Client docs next update. Thanks.