Click or drag to resize

Extensions.VariableNodes Method

Gets the Variable Nodes.

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

Parameters

ns
Type: System.Collections.Generic.IEnumerable<INode>
Nodes.

Return Value

Type: IEnumerable<IVariableNode>

[Missing <returns> documentation for "M:VDS.RDF.Extensions.VariableNodes(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 IEnumerable<INode>. 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