DynamicSubjectCollectionT Class |
Namespace: VDS.RDF.Dynamic
public class DynamicSubjectCollection<T> : DynamicSubjectCollection, ICollection<T>, IEnumerable<T>, IEnumerable where T : INode
The DynamicSubjectCollectionT type exposes the following members.
Name | Description | |
---|---|---|
![]() | DynamicSubjectCollectionT |
Initializes a new instance of the DynamicSubjectCollectionT class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of statements with given predicate and object.
(Inherited from DynamicSubjectCollection.) |
![]() | IsReadOnly |
Gets a value indicating whether this collection is read only (always false).
(Inherited from DynamicSubjectCollection.) |
![]() | Subjects |
Gets subjects of statements with given predicate and object.
(Inherited from DynamicSubjectCollection.) |
Name | Description | |
---|---|---|
![]() | Add(T) |
Asserts a statement with subject and given predicate and object.
|
![]() | Add(INode) |
Asserts a statement with subject and given predicate and object.
(Inherited from DynamicSubjectCollection.) |
![]() | Clear |
Retracts statements with given predicate and object.
(Inherited from DynamicSubjectCollection.) |
![]() | Contains(T) |
Checks whether a statement exists with subject and given predicate and object.
|
![]() | Contains(INode) |
Checks whether a statement exists with subject and given predicate and object.
(Inherited from DynamicSubjectCollection.) |
![]() | CopyTo(T, Int32) |
Copies subjects of statements with given predicate and object to array starting at index.
|
![]() | CopyTo(INode, Int32) |
Copies subjects of statements with given predicate and object to array starting at index.
(Inherited from DynamicSubjectCollection.) |
![]() | 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 subjects of statements with given predicate and object.
(Inherited from DynamicSubjectCollection.) |
![]() | 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(T) |
Retracts statements with subject and given predicate and object.
|
![]() | Remove(INode) |
Retracts statements with subject and given predicate and object.
(Inherited from DynamicSubjectCollection.) |
![]() | 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.) |