SchemaRefCollection

SchemaRefCollection class

Collection de références de schéma.

public class SchemaRefCollection : IEnumerable<SchemaRef>

Propriétés

NomLa description
Count { get; }Le nombre de référence de schéma dans cette collection.
Item { get; }Obtient leSchemaRef élément à l’index spécifié dans la collection.

Méthodes

NomLa description
Add(string, string)Ajouter unSchemaRefà la collection.
Add(string, string, string)Ajouter unSchemaRefà la collection.
GetEnumerator()Renvoie un énumérateur qui parcourt la collection.

Voir également