ChangeConflictCollection Class Members
 
            
                In This Topic
            
            The following tables list the members exposed by ChangeConflictCollection.
            
            
            
            
            
            
            
            
            
            Public Properties
|   | Name | Description | 
  | Count | Gets the number of conflicts in the collection.   | 
  | Item | Gets the conflict with the specified index from the collection.   | 
Top 
            
            
            
            Public Methods
|   | Name | Description | 
  | Clear | Removes all conflicts from the collection.   | 
  | Contains | Specifies whether a given conflict is a member of the collection.   | 
  | CopyTo | Copies the elements of the ICollection to an Array, starting at the arrayIndex index.   | 
  | GetEnumerator | Returns the enumerator for the collection.   | 
  | Remove | Removes conflict from the collection   | 
  | ResolveAll | Overloaded.    | 
Top 
            
            
            
            
            
            
            
            
            
            
            See Also