Click or drag to resize

ExtensionsLiteralNodes Method

Gets the Literal Nodes.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static IEnumerable<ILiteralNode> LiteralNodes(
	this IEnumerable<INode> ns
)

Parameters

ns
Type: System.Collections.GenericIEnumerableINode
Nodes.

Return Value

Type: IEnumerableILiteralNode

[Missing <returns> documentation for "M:VDS.RDF.Extensions.LiteralNodes(System.Collections.Generic.IEnumerable{VDS.RDF.INode})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableINode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also