UnionTripleCollection Methods | 
The UnionTripleCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | 
            Adds a Triple to the base collection.
              (Overrides BaseTripleCollectionAdd(Triple).) | |
| Contains | 
            Checks whether the union contains this Triple in any of the collections it comprises.
              (Overrides BaseTripleCollectionContains(Triple).) | |
| Delete | 
            Deletes a Triple from the base collection.
              (Overrides BaseTripleCollectionDelete(Triple).) | |
| Dispose | 
            Disposes of the collection.
              (Overrides BaseTripleCollectionDispose.) | |
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetEnumerator | 
            Gets the enumeration of Triples in the union.
              (Overrides BaseTripleCollectionGetEnumerator.) | |
| GetHashCode | Serves as the default hash function.  (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| RaiseTripleAdded | 
            Helper method for raising the Triple Added event.
              (Inherited from BaseTripleCollection.) | |
| RaiseTripleRemoved | 
            Helper method for raising the Triple Removed event.
              (Inherited from BaseTripleCollection.) | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) | |
| WithObject | 
            Gets all the Triples with the given Object.
              (Inherited from BaseTripleCollection.) | |
| WithPredicate | 
            Gets all the Triples with the given Predicate.
              (Inherited from BaseTripleCollection.) | |
| WithPredicateObject | 
            Gets all the Triples with the given Predicate Object pair.
              (Inherited from BaseTripleCollection.) | |
| WithSubject | 
            Gets all the Triples with the given Subject.
              (Inherited from BaseTripleCollection.) | |
| WithSubjectObject | 
            Gets all the Triples with the given Subject Object pair.
              (Inherited from BaseTripleCollection.) | |
| WithSubjectPredicate | 
            Gets all the Triples with the given Subject Predicate pair.
              (Inherited from BaseTripleCollection.) |