C# 클래스 Thinktecture.Tools.Web.Services.ServiceDescription.SchemaImports

Represents a collection of SchemaImport objects.
상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: WSCF/WSCF

공개 메소드들

메소드 설명
Add ( SchemaImport value ) : int

Adds the specified SchemaImport to the end of the SchemaImports collection.

SchemaImports ( ) : System

Initializes a new instance of a SchemaImports class.

this ( int index ) : SchemaImport

Property indexer for the SchemaImports class. Gets or sets the value of a SchemaImport at the specified zero-based index.

메소드 상세

Add() 공개 메소드

Adds the specified SchemaImport to the end of the SchemaImports collection.
public Add ( SchemaImport value ) : int
value SchemaImport The to add to the collection.
리턴 int

SchemaImports() 공개 메소드

Initializes a new instance of a SchemaImports class.
public SchemaImports ( ) : System
리턴 System

this() 공개 메소드

Property indexer for the SchemaImports class. Gets or sets the value of a SchemaImport at the specified zero-based index.
public this ( int index ) : SchemaImport
index int
리턴 SchemaImport