System.Xml.Schema.XmlSchemaAnnotation.SetUnhandledAttributes C# (CSharp) Method

SetUnhandledAttributes() private method

private SetUnhandledAttributes ( XmlAttribute moreAttributes ) : void
moreAttributes XmlAttribute
return void
        internal override void SetUnhandledAttributes(XmlAttribute[] moreAttributes) {
            this.moreAttributes = moreAttributes;
        }
    }
XmlSchemaAnnotation