C# Class Glob.PathSegment

Inheritance: GlobNode
Show file Open project: kthompson/csharp-glob Class Usage Examples

Public Methods

Method Description
PathSegment ( IEnumerable parts ) : System.Collections.Generic

Protected Methods

Method Description
PathSegment ( GlobNodeType type, IEnumerable parts ) : System.Collections.Generic

Method Details

PathSegment() protected method

protected PathSegment ( GlobNodeType type, IEnumerable parts ) : System.Collections.Generic
type GlobNodeType
parts IEnumerable
return System.Collections.Generic

PathSegment() public method

public PathSegment ( IEnumerable parts ) : System.Collections.Generic
parts IEnumerable
return System.Collections.Generic