C# Класс Simplify.Web.Attributes.PatchAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
PatchAttribute ( string route ) : System

Initializes a new instance of the PutAttribute class.

Описание методов

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

Initializes a new instance of the PutAttribute class.
public PatchAttribute ( string route ) : System
route string The route.
Результат System