System.Xml.Schema.XmlSchemaAnnotation.SetUnhandledAttributes C# (CSharp) 메소드

SetUnhandledAttributes() 개인적인 메소드

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