Exemple #1
0
 public CustomerCollectionEnumerator(CustomerCollection ParentCollectionCollection)
 {
     _coll = ParentCollectionCollection;
     _next = _coll.Count > 0 ? 0 : -1;
 }
Exemple #2
0
 public void Detach()
 {
     item.ForwardEditableObject = null;
     customers = null;
     item      = null;
 }