Click or drag to resize

PathCollection Constructor

Overload List
  NameDescription
Public methodPathCollection
Initializes a new instance of the PathCollection class
Public methodPathCollection(IEnumerableString)
Initializes a new instance of the PathCollection class and fills it with the given enumerable string collection.
Public methodPathCollection(StringCollection)
Initializes a new instance of the PathCollection class and fills it with the given StringCollection
Public methodPathCollection(String)
Initializes a new instance of the PathCollection class and fills it with the given String.
Public methodPathCollection(JamItemIdListCollection)
Initializes a new instance of the PathCollection class and fills it with the given enumerable ItemIdList collection.
Top
See Also