XmlSchemaObjectCollection Class
An object collection class to handle XmlSchemaObjects when collections are returned from method calls.
For a list of all members of this type, see XmlSchemaObjectCollection Members.
System.Object
System.Collections.CollectionBase
System.Xml.Schema.XmlSchemaObjectCollection
[Visual Basic] Public Class XmlSchemaObjectCollection Inherits CollectionBase [C#] public class XmlSchemaObjectCollection : CollectionBase [C++] public __gc class XmlSchemaObjectCollection : public CollectionBase [JScript] public class XmlSchemaObjectCollection extends CollectionBase
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Example
See XmlSchemaObject for an example using this class.
Requirements
Namespace: System.Xml.Schema
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Xml (in System.Xml.dll)
See Also
XmlSchemaObjectCollection Members | System.Xml.Schema Namespace