示例#1
0
 /// <summary>
 /// Clears this APGenSectionCollection.
 /// </summary>
 public void Clear()
 {
     if (_group.Sections != null)
     {
         foreach (GenInfo data in _group.Sections)
         {
             _gen.RemoveGenInfo(data);
         }
     }
 }
示例#2
0
 /// <summary>
 /// Clears the collection.
 /// </summary>
 public void Clear()
 {
     if (_groupInfo.Groups != null)
     {
         foreach (GenInfo data in _groupInfo.Groups)
         {
             _gen.RemoveGenInfo(data);
         }
     }
 }