C# 클래스 System.Xml.Schema.XmlSchemaObjectCollection

상속: System.Collections.CollectionBase
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Add ( XmlSchemaObject item ) : int
Contains ( XmlSchemaObject item ) : bool
CopyTo ( XmlSchemaObject array, int index ) : void
GetEnumerator ( ) : XmlSchemaObjectEnumerator
IndexOf ( XmlSchemaObject item ) : int
Insert ( int index, XmlSchemaObject item ) : void
Remove ( XmlSchemaObject item ) : void
XmlSchemaObjectCollection ( ) : System.Collections
XmlSchemaObjectCollection ( XmlSchemaObject parent ) : System.Collections
this ( int index ) : XmlSchemaObject

보호된 메소드들

메소드 설명
OnClear ( ) : void
OnInsert ( int index, object item ) : void
OnRemove ( int index, object item ) : void
OnSet ( int index, object oldValue, object newValue ) : void

비공개 메소드들

메소드 설명
Add ( XmlSchemaObjectCollection collToAdd ) : void
Clone ( ) : XmlSchemaObjectCollection

메소드 상세

Add() 공개 메소드

public Add ( XmlSchemaObject item ) : int
item XmlSchemaObject
리턴 int

Contains() 공개 메소드

public Contains ( XmlSchemaObject item ) : bool
item XmlSchemaObject
리턴 bool

CopyTo() 공개 메소드

public CopyTo ( XmlSchemaObject array, int index ) : void
array XmlSchemaObject
index int
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : XmlSchemaObjectEnumerator
리턴 XmlSchemaObjectEnumerator

IndexOf() 공개 메소드

public IndexOf ( XmlSchemaObject item ) : int
item XmlSchemaObject
리턴 int

Insert() 공개 메소드

public Insert ( int index, XmlSchemaObject item ) : void
index int
item XmlSchemaObject
리턴 void

OnClear() 보호된 메소드

protected OnClear ( ) : void
리턴 void

OnInsert() 보호된 메소드

protected OnInsert ( int index, object item ) : void
index int
item object
리턴 void

OnRemove() 보호된 메소드

protected OnRemove ( int index, object item ) : void
index int
item object
리턴 void

OnSet() 보호된 메소드

protected OnSet ( int index, object oldValue, object newValue ) : void
index int
oldValue object
newValue object
리턴 void

Remove() 공개 메소드

public Remove ( XmlSchemaObject item ) : void
item XmlSchemaObject
리턴 void

XmlSchemaObjectCollection() 공개 메소드

public XmlSchemaObjectCollection ( ) : System.Collections
리턴 System.Collections

XmlSchemaObjectCollection() 공개 메소드

public XmlSchemaObjectCollection ( XmlSchemaObject parent ) : System.Collections
parent XmlSchemaObject
리턴 System.Collections

this() 공개 메소드

public this ( int index ) : XmlSchemaObject
index int
리턴 XmlSchemaObject