C# Class System.Xml.Schema.XmlSchemaObjectCollection

Inheritance: System.Collections.CollectionBase
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
OnClear ( ) : void
OnInsert ( int index, object item ) : void
OnRemove ( int index, object item ) : void
OnSet ( int index, object oldValue, object newValue ) : void

Private Methods

Method Description
Add ( XmlSchemaObjectCollection collToAdd ) : void
Clone ( ) : XmlSchemaObjectCollection

Method Details

Add() public method

public Add ( XmlSchemaObject item ) : int
item XmlSchemaObject
return int

Contains() public method

public Contains ( XmlSchemaObject item ) : bool
item XmlSchemaObject
return bool

CopyTo() public method

public CopyTo ( XmlSchemaObject array, int index ) : void
array XmlSchemaObject
index int
return void

GetEnumerator() public method

public GetEnumerator ( ) : XmlSchemaObjectEnumerator
return XmlSchemaObjectEnumerator

IndexOf() public method

public IndexOf ( XmlSchemaObject item ) : int
item XmlSchemaObject
return int

Insert() public method

public Insert ( int index, XmlSchemaObject item ) : void
index int
item XmlSchemaObject
return void

OnClear() protected method

protected OnClear ( ) : void
return void

OnInsert() protected method

protected OnInsert ( int index, object item ) : void
index int
item object
return void

OnRemove() protected method

protected OnRemove ( int index, object item ) : void
index int
item object
return void

OnSet() protected method

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

Remove() public method

public Remove ( XmlSchemaObject item ) : void
item XmlSchemaObject
return void

XmlSchemaObjectCollection() public method

public XmlSchemaObjectCollection ( ) : System.Collections
return System.Collections

XmlSchemaObjectCollection() public method

public XmlSchemaObjectCollection ( XmlSchemaObject parent ) : System.Collections
parent XmlSchemaObject
return System.Collections

this() public method

public this ( int index ) : XmlSchemaObject
index int
return XmlSchemaObject