public void Remove(GroupState value)
 {
     base._Remove(value);
 }
Example #2
0
 // Methods
 internal GroupStateEnumerator(GroupState coll)
 {
     this.mCurr = 1;
     this.mColl = coll;
 }
 public void Add(GroupState value)
 {
     this[base.Count] = value;
 }