System.Xml.Serialization.XmlSchemaImporter.GatherGroupChoices C# (CSharp) 메소드

GatherGroupChoices() 개인적인 메소드

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
리턴 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