System.Xml.Schema.XmlSchemaObject.OnClear C# (CSharp) Méthode

OnClear() private méthode

private OnClear ( XmlSchemaObjectCollection container ) : void
container XmlSchemaObjectCollection
Résultat void
        internal virtual void OnClear(XmlSchemaObjectCollection container) {}

Usage Example

 /// <include file='doc\XmlSchemaObjectCollection.uex' path='docs/doc[@for="XmlSchemaObjectCollection.OnClear"]/*' />
 /// <devdoc>
 ///    <para>[To be supplied.]</para>
 /// </devdoc>
 protected override void OnClear()
 {
     if (parent != null)
     {
         parent.OnClear(this);
     }
 }
All Usage Examples Of System.Xml.Schema.XmlSchemaObject::OnClear