An NDoc Documented Class Library

PathList Constructor

Initializes a new instance of the PathList class that is empty and has the default initial capacity.

Overload List

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[]);

See Also

PathList Class | PathList Members | Genghis Namespace