Beispiel #1
0
 /// <summary>
 /// Remove all properties from the properties collection
 /// </summary>
 /// <remarks>
 /// <para>
 /// Remove all properties from the properties collection
 /// </para>
 /// </remarks>
 public override void Clear()
 {
     InnerHashtable.Clear();
 }
 /// <summary>
 ///   清空
 /// </summary>
 public new void Clear()
 {
     InnerHashtable.Clear();
     innerValues.Clear();
     innerKeys.Clear();
 }
Beispiel #3
0
 public void Clear()
 {
     OnClear();
     InnerHashtable.Clear();
     OnClearComplete();
 }
 void IDictionary.Clear()
 {
     InnerHashtable.Clear();
 }