Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
System
Runtime
Remoting
MetadataServices
SdlGenerator.SchemaElement
C# Class System.Runtime.Remoting.MetadataServices.SdlGenerator.SchemaElement
Inheritance:
Particle
显示文件
Open project: gbarnett/shared-source-cli-2.0
Public Methods
Method
Description
Print
(
TextWriter
textWriter
,
StringBuilder
sb
,
String
indent
) :
void
Private Methods
Method
Description
SchemaElement
(
String
name
,
Type
type
,
bool
bEmbedded
,
XMLNamespace
xns
) :
System
Method Details
Print()
public
method
public
Print
(
TextWriter
textWriter
,
StringBuilder
sb
,
String
indent
) :
void
textWriter
System.IO.TextWriter
sb
StringBuilder
indent
String
return
void