Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To native English speakers: indefinite article question
Message
From
02/10/2013 10:59:40
 
 
To
02/10/2013 10:49:55
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01584678
Message ID:
01584684
Views:
63
>>Hi All,
>>
>>VFP describes Collection.Remove method as
>>Use to remove a member object from a collection.
>>
>>.NET describes a similar Collection(Of T).RemoveAt method as
>>Removes the element at the specified index of the Collection(Of T).
>>
>>Notice indefinite articles in the first case, and definite ones in the second -- e.g. "a collection" vs "the Collection".
>>
>>My three questions:
>>- are they both correct ?
>>- which one is preferable ?
>>- should I bother ?
>>
>>Thank you!
>
>They both sort of feel correct. I think it is the absence/presence of the parameter in the first/second construction that determines the use of the indefinite/definite article.

Well the true .net equivalent is
Collection<T>.Remove()
but anyway;

I'd say 'the collection' is correct. After all it is a method of the collection and can't be used to remove an element from any other collection....
Previous
Reply
Map
View

Click here to load this message in the networking platform