DynamicObjectCollection<T> Methods |
The DynamicObjectCollection<T> generic type exposes the following members.
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 | |
---|---|---|
![]() | IsDisjoint<T> |
Determines whether the contents of two enumerables are disjoint.
(Defined by Extensions.) |