mscorlib(4.0.0.0) API with additions
XmlSchemaGroupBase.cs
1
using
System
.
Xml
.
Serialization
;
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
}
System.Xml.Schema.XmlSchemaObjectCollection
A collection of T:System.Xml.Schema.XmlSchemaObjects.
Definition:
XmlSchemaObjectCollection.cs:6
System.Xml.Serialization
Definition:
Accessor.cs:3
System
Definition:
__Canon.cs:3
System.Xml.Schema.XmlSchemaGroupBase
An abstract class for T:System.Xml.Schema.XmlSchemaAll, T:System.Xml.Schema.XmlSchemaChoice,...
Definition:
XmlSchemaGroupBase.cs:6
System.Xml.Schema.XmlSchemaGroupBase.Items
abstract XmlSchemaObjectCollection Items
This collection is used to add new elements to the compositor.
Definition:
XmlSchemaGroupBase.cs:12
System.Xml.Schema.XmlSchemaParticle
Abstract class for that is the base class for all particle types (e.g. T:System.Xml....
Definition:
XmlSchemaParticle.cs:6
System.Xml
Definition:
AsyncHelper.cs:3
System.Xml.Schema
Definition:
ActiveAxis.cs:3
All cs
System.Xml.Schema
XmlSchemaGroupBase.cs
Generated by
1.8.15