Initializes a new instance of the PathList
class
that is empty and has the default initial capacity.
Initializes a new instance of the PathList
class
that is empty and has the default initial capacity.
public PathList();
Initializes a new instance of the PathList
class
that has the specified initial capacity.
public PathList(int);
Initializes a new instance of the PathList
class
that contains elements copied from the specified PathList
.
public PathList(PathList);
Initializes a new instance of the PathList
class
that contains elements copied from the specified String array.
public PathList(string[]);