3 overrides of SetItems
System.Xml (3)
System\Xml\Schema\XmlSchemaAll.cs (1)
33
internal override void
SetItems
(XmlSchemaObjectCollection newItems) {
System\Xml\Schema\XmlSchemaChoice.cs (1)
37
internal override void
SetItems
(XmlSchemaObjectCollection newItems) {
System\Xml\Schema\XmlSchemaSequence.cs (1)
36
internal override void
SetItems
(XmlSchemaObjectCollection newItems) {
1 reference to SetItems
System.Xml (1)
System\Xml\Schema\XmlSchemaComplexType.cs (1)
476
newGroupBase.
SetItems
(newGroupbaseParticles);