C# Класс AjaxControlToolkit.Reference.Core.MethodDoc

Наследование: DocBase
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
AddParam ( string name, string typeName, string description ) : void
Fill ( IEnumerable values, ContentType contentType ) : DocBase
MethodDoc ( string fullName ) : System.Collections.Generic

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

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

public AddParam ( string name, string typeName, string description ) : void
name string
typeName string
description string
Результат void

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

public Fill ( IEnumerable values, ContentType contentType ) : DocBase
values IEnumerable
contentType ContentType
Результат DocBase

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

public MethodDoc ( string fullName ) : System.Collections.Generic
fullName string
Результат System.Collections.Generic