Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Thinktecture
Tools
Web
Services
CodeGeneration
ArraysToCollectionsConverter
C# Class Thinktecture.Tools.Web.Services.CodeGeneration.ArraysToCollectionsConverter
This class implements the code decorator for converting arrays to collections.
Inheritance:
ICodeDecorator
Mostra file
Open project: WSCF/WSCF
Public Methods
Method
Description
Decorate
(
ExtendedCodeDomTree
code
,
CustomCodeGenerationOptions
options
) :
void
Method Details
Decorate()
public
method
public
Decorate
(
ExtendedCodeDomTree
code
,
CustomCodeGenerationOptions
options
) :
void
code
ExtendedCodeDomTree
options
CustomCodeGenerationOptions
return
void