SchemaRefCollection
SchemaRefCollection class
Collection de références de schéma.
public class SchemaRefCollection : IEnumerable<SchemaRef>
Propriétés
| Nom | La 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
| Nom | La 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