DynamicObjectCollection.Remove Method |
Retracts statements equivalent to given subject and predicate and object.
Namespace:
VDS.RDF.Dynamic
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic bool Remove(
Object object
)
Public Function Remove (
object As Object
) As Boolean
Parameters
- object
- Type: System.Object
The object to retract.
Return Value
Type:
BooleanWhether any statements were retracted.
Implements
ICollection<T>.Remove(T)
See Also