C# Класс Thinktecture.Tools.Web.Services.CodeGeneration.ArraysToListsConverter

This class implements the code decorator for converting arrays to typed lists.
Наследование: ICodeDecorator
Показать файл Открыть проект

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

Метод Описание
Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void

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

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

public Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree
options CustomCodeGenerationOptions
Результат void