Extensions.RemoveFromList Method |
Name | Description | |
---|---|---|
![]() ![]() | RemoveFromList(IGraph, INode, IEnumerable<INode>) |
Removes the given items from a list (aka a RDF collection), if an item occurs multiple times in the list all occurrences will be removed.
|
![]() ![]() | RemoveFromList<T>(IGraph, INode, IEnumerable<T>, Func<T, INode>) |
Removes the given items from a list (aka a RDF collection), if an item occurs multiple times in the list all occurrences will be removed.
|