System.Xml.Schema.XmlSchemaExternal.SetUnhandledAttributes C# (CSharp) Méthode

SetUnhandledAttributes() private méthode

private SetUnhandledAttributes ( XmlAttribute moreAttributes ) : void
moreAttributes XmlAttribute
Résultat void
        internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
            this.moreAttributes = moreAttributes;
        }
XmlSchemaExternal