C# Class System.Xml.Schema.XmlSchemaObjectCollection

Inheritance: System.Collections.CollectionBase
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode 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

Méthode Description
Add ( XmlSchemaObjectCollection collToAdd ) : void
Clone ( ) : XmlSchemaObjectCollection

Method Details

Add() public méthode

public Add ( XmlSchemaObject item ) : int
item XmlSchemaObject
Résultat int

Contains() public méthode

public Contains ( XmlSchemaObject item ) : bool
item XmlSchemaObject
Résultat bool

CopyTo() public méthode

public CopyTo ( XmlSchemaObject array, int index ) : void
array XmlSchemaObject
index int
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : XmlSchemaObjectEnumerator
Résultat XmlSchemaObjectEnumerator

IndexOf() public méthode

public IndexOf ( XmlSchemaObject item ) : int
item XmlSchemaObject
Résultat int

Insert() public méthode

public Insert ( int index, XmlSchemaObject item ) : void
index int
item XmlSchemaObject
Résultat void

OnClear() protected méthode

protected OnClear ( ) : void
Résultat void

OnInsert() protected méthode

protected OnInsert ( int index, object item ) : void
index int
item object
Résultat void

OnRemove() protected méthode

protected OnRemove ( int index, object item ) : void
index int
item object
Résultat void

OnSet() protected méthode

protected OnSet ( int index, object oldValue, object newValue ) : void
index int
oldValue object
newValue object
Résultat void

Remove() public méthode

public Remove ( XmlSchemaObject item ) : void
item XmlSchemaObject
Résultat void

XmlSchemaObjectCollection() public méthode

public XmlSchemaObjectCollection ( ) : System.Collections
Résultat System.Collections

XmlSchemaObjectCollection() public méthode

public XmlSchemaObjectCollection ( XmlSchemaObject parent ) : System.Collections
parent XmlSchemaObject
Résultat System.Collections

this() public méthode

public this ( int index ) : XmlSchemaObject
index int
Résultat XmlSchemaObject