CK.RouteConfig.Impl.ProtoResolver.Route.IProtoRoute C# (CSharp) Method

IProtoRoute() private method

private IProtoRoute ( string name ) : ActionConfiguration
name string
return ActionConfiguration
            ActionConfiguration IProtoRoute.FindDeclaredAction( string name )
            {
                var d = _declaredActions.GetValueWithDefault( name, null );
                return d != null ? d.Action : null;
            }