Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Thinktecture
Tools
Web
Services
CodeGeneration
ArraysToListsConverter
C# Class Thinktecture.Tools.Web.Services.CodeGeneration.ArraysToListsConverter
This class implements the code decorator for converting arrays to typed lists.
Inheritance:
ICodeDecorator
ファイルを表示
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