Link to home
Start Free TrialLog in
Avatar of DWR200
DWR200

asked on

vector

what is the equivalent of vector in java to c#?
Avatar of paddycobbett
paddycobbett

Please rephrase the question? What is the c# equivalent of a java vector? Or the other way round?
Avatar of DWR200

ASKER

i want to convert from java to C#. which i need to know what is vector in c#.
ASKER CERTIFIED SOLUTION
Avatar of paddycobbett
paddycobbett

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
If the java.util.List functionality is what you need then System.Collections.ArrayList will suffice, if you need synchronization on individual elements is what you need then please specify that =)
Forced accept.

Computer101
EE Admin