DynamicObjectCollectionT Class |
Namespace: VDS.RDF.Dynamic
public class DynamicObjectCollection<T> : DynamicObjectCollection, ICollection<T>, IEnumerable<T>, IEnumerable
The DynamicObjectCollectionT type exposes the following members.
| Name | Description | |
|---|---|---|
| DynamicObjectCollectionT |
Initializes a new instance of the DynamicObjectCollectionT class.
|
| Name | Description | |
|---|---|---|
| Count |
Gets the number of statements with given subject and predicate.
(Inherited from DynamicObjectCollection.) | |
| IsReadOnly |
Gets a value indicating whether this collection is read only (always false).
(Inherited from DynamicObjectCollection.) | |
| Objects |
Gets objects of statements with given subject and predicate.
(Inherited from DynamicObjectCollection.) |
| Name | Description | |
|---|---|---|
| Add(Object) |
Asserts statements equivalent to given subject and predicate and object.
(Inherited from DynamicObjectCollection.) | |
| Add(T) |
Asserts statements equivalent to given subject and predicate and object.
| |
| Clear |
Retracts statements with given subject and predicate.
(Inherited from DynamicObjectCollection.) | |
| Contains(Object) |
Checks whether a statement exists equivalent to given subject and predicate and object.
(Inherited from DynamicObjectCollection.) | |
| Contains(T) |
Checks whether a statement exists equivalent to given subject and predicate and object.
| |
| CopyTo(Object, Int32) |
Copies objects of statements with given subject and predicate array starting at index.
(Inherited from DynamicObjectCollection.) | |
| CopyTo(T, Int32) |
Copies objects of statements with given subject and predicate array starting at index.
| |
| 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 |
Returns an enumerator that iterates through objects of statements with given subject and predicate.
(Inherited from DynamicObjectCollection.) | |
| 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.) | |
| Remove(Object) |
Retracts statements equivalent to given subject and predicate and object.
(Inherited from DynamicObjectCollection.) | |
| Remove(T) |
Retracts statements equivalent to given subject and predicate and object.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| IsDisjointT |
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.) |