Falcor.Server.Routing.FalcorRequest.FalcorRequest C# (CSharp) Метод

FalcorRequest() публичный Метод

public FalcorRequest ( FalcorMethod method, IReadOnlyList paths ) : System.Collections.Generic
method FalcorMethod
paths IReadOnlyList
Результат System.Collections.Generic
        public FalcorRequest(FalcorMethod method, IReadOnlyList<FalcorPath> paths) : this(method, paths, null)
        {
        }

Same methods

FalcorRequest::FalcorRequest ( FalcorMethod method, IReadOnlyList paths, dynamic jsonGraph ) : System.Collections.Generic