PathSegmentCollection Constructor
.NET Framework 4.5
Initializes a new instance of a PathSegmentCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
PathSegmentCollection() | Initializes a new instance of a PathSegmentCollection. |
|
PathSegmentCollection(IEnumerable<PathSegment>) | Initializes a new instance of the PathSegmentCollection class with the specified collection of PathSegment objects. |
|
PathSegmentCollection(Int32) | Initializes a new instance of the PathSegmentCollection class with the specified capacity, or the number of PathSegment objects the collection is initially capable of storing. |