C# 클래스 System.Runtime.Remoting.MetadataServices.SdlGenerator.ComplexSchemaType

상속: SchemaType
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0

Private Properties

프로퍼티 타입 설명
AddAbstractElement void
AddParticle void
ComplexSchemaType System

보호된 메소드들

메소드 설명
PrintBody ( TextWriter textWriter, StringBuilder sb, String indent ) : void

비공개 메소드들

메소드 설명
AddAbstractElement ( IAbstractElement elm ) : void
AddParticle ( Particle particle ) : void
ComplexSchemaType ( String name, bool bSealed ) : System

메소드 상세

PrintBody() 보호된 메소드

protected PrintBody ( TextWriter textWriter, StringBuilder sb, String indent ) : void
textWriter System.IO.TextWriter
sb StringBuilder
indent String
리턴 void