C# Class Thinktecture.Tools.Web.Services.CodeGeneration.ArraysToListsConverter

This class implements the code decorator for converting arrays to typed lists.
Inheritance: ICodeDecorator
Afficher le fichier Open project: WSCF/WSCF

Méthodes publiques

Méthode Description
Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void

Method Details

Decorate() public méthode

public Decorate ( ExtendedCodeDomTree code, CustomCodeGenerationOptions options ) : void
code ExtendedCodeDomTree
options CustomCodeGenerationOptions
Résultat void