SchemaRefCollection

SchemaRefCollection class

Collection of schema references.

public class SchemaRefCollection : IEnumerable<SchemaRef>

Properties

Name Description
Count { get; } The number of schema reference in this collection.
Item { get; } Gets the SchemaRef item at the specified index in the collection.

Methods

Name Description
Add(string, string) Add a SchemaRef to the collection.
Add(string, string, string) Add a SchemaRef to the collection.
GetEnumerator() Returns an enumerator that iterates through the collection.

See Also