C# Class Falcor.Server.Routing.PathParser.MemoizedPathParser

Inheritance: IPathParser
Afficher le fichier Open project: falcordotnet/falcor.net

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
MemoizedPathParser ( IPathParser innnerParser ) : System.Collections.Generic
ParseMany ( string paths ) : IReadOnlyList
ParseSingle ( string path ) : FalcorPath

Method Details

MemoizedPathParser() public méthode

public MemoizedPathParser ( IPathParser innnerParser ) : System.Collections.Generic
innnerParser IPathParser
Résultat System.Collections.Generic

ParseMany() public méthode

public ParseMany ( string paths ) : IReadOnlyList
paths string
Résultat IReadOnlyList

ParseSingle() public méthode

public ParseSingle ( string path ) : FalcorPath
path string
Résultat FalcorPath