C# 클래스 Falcor.Server.Routing.PathParser.MemoizedPathParser

상속: IPathParser
파일 보기 프로젝트 열기: falcordotnet/falcor.net

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MemoizedPathParser ( IPathParser innnerParser ) : System.Collections.Generic
ParseMany ( string paths ) : IReadOnlyList
ParseSingle ( string path ) : FalcorPath

메소드 상세

MemoizedPathParser() 공개 메소드

public MemoizedPathParser ( IPathParser innnerParser ) : System.Collections.Generic
innnerParser IPathParser
리턴 System.Collections.Generic

ParseMany() 공개 메소드

public ParseMany ( string paths ) : IReadOnlyList
paths string
리턴 IReadOnlyList

ParseSingle() 공개 메소드

public ParseSingle ( string path ) : FalcorPath
path string
리턴 FalcorPath