mscorlib(4.0.0.0) API with additions
XmlSchemaGroupBase.cs
2 
3 namespace System.Xml.Schema
4 {
6  public abstract class XmlSchemaGroupBase : XmlSchemaParticle
7  {
10  [XmlIgnore]
11  public abstract XmlSchemaObjectCollection Items
12  {
13  get;
14  }
15 
16  internal abstract void SetItems(XmlSchemaObjectCollection newItems);
17  }
18 }
A collection of T:System.Xml.Schema.XmlSchemaObjects.
Definition: __Canon.cs:3
An abstract class for T:System.Xml.Schema.XmlSchemaAll, T:System.Xml.Schema.XmlSchemaChoice,...
abstract XmlSchemaObjectCollection Items
This collection is used to add new elements to the compositor.
Abstract class for that is the base class for all particle types (e.g. T:System.Xml....