C# Класс YAMP.ReturnsAttribute

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

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

Метод Описание
ReturnsAttribute ( Type type, String explanationKey, Int32 order ) : System

Creates a new attribute for storing explanations for return values (should be used in combination with multiple output arguments).

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

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

Creates a new attribute for storing explanations for return values (should be used in combination with multiple output arguments).
public ReturnsAttribute ( Type type, String explanationKey, Int32 order ) : System
type System.Type The type that will be returned
explanationKey String The specific explanations
order System.Int32 The rank of the return type
Результат System