C# 클래스 Glob.PathSegment

상속: GlobNode
파일 보기 프로젝트 열기: kthompson/csharp-glob 1 사용 예제들

공개 메소드들

메소드 설명
PathSegment ( IEnumerable parts ) : System.Collections.Generic

보호된 메소드들

메소드 설명
PathSegment ( GlobNodeType type, IEnumerable parts ) : System.Collections.Generic

메소드 상세

PathSegment() 보호된 메소드

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

PathSegment() 공개 메소드

public PathSegment ( IEnumerable parts ) : System.Collections.Generic
parts IEnumerable
리턴 System.Collections.Generic