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