System.Xml.Serialization.XmlSchemaImporter.GatherGroupChoices C# (CSharp) Method

GatherGroupChoices() private method

private GatherGroupChoices ( XmlSchemaGroup group, NameTable choiceElements, string identifier, string ns, bool &needExplicitOrder, bool allowDuplicates ) : bool
group System.Xml.Schema.XmlSchemaGroup
choiceElements NameTable
identifier string
ns string
needExplicitOrder bool
allowDuplicates bool
return bool
        private bool GatherGroupChoices(XmlSchemaGroup group, NameTable choiceElements, string identifier, string ns, ref bool needExplicitOrder, bool allowDuplicates)
        {
            return GatherGroupChoices(group.Particle, choiceElements, identifier, ns, ref needExplicitOrder, allowDuplicates);
        }

Same methods

XmlSchemaImporter::GatherGroupChoices ( XmlSchemaParticle particle, NameTable choiceElements, string identifier, string ns, bool &needExplicitOrder, bool allowDuplicates ) : bool