메소드 | 설명 | |
---|---|---|
Add ( |
||
Contains ( |
||
CopyTo ( |
||
GetEnumerator ( ) : |
||
IndexOf ( |
||
Insert ( int index, |
||
Remove ( |
||
XmlSchemaObjectCollection ( ) : System.Collections | ||
XmlSchemaObjectCollection ( |
||
this ( int index ) : |
메소드 | 설명 | |
---|---|---|
OnClear ( ) : void | ||
OnInsert ( int index, object item ) : void | ||
OnRemove ( int index, object item ) : void | ||
OnSet ( int index, object oldValue, object newValue ) : void |
메소드 | 설명 | |
---|---|---|
Add ( |
||
Clone ( ) : |
public CopyTo ( |
||
array | ||
index | int | |
리턴 | void |
public GetEnumerator ( ) : |
||
리턴 |
public Insert ( int index, |
||
index | int | |
item | ||
리턴 | void |
protected OnInsert ( int index, object item ) : void | ||
index | int | |
item | object | |
리턴 | void |
protected OnRemove ( int index, object item ) : void | ||
index | int | |
item | object | |
리턴 | void |
protected OnSet ( int index, object oldValue, object newValue ) : void | ||
index | int | |
oldValue | object | |
newValue | object | |
리턴 | void |
public XmlSchemaObjectCollection ( ) : System.Collections | ||
리턴 | System.Collections |
public XmlSchemaObjectCollection ( |
||
parent | ||
리턴 | System.Collections |