Click or drag to resize

PropertyFunctionPattern.ObjectArgs Property

Gets the Object arguments.

Namespace:  VDS.RDF.Query.Patterns
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public IEnumerable<PatternItem> ObjectArgs { get; }

Property Value

Type: IEnumerable<PatternItem>

Implements

IPropertyFunctionPattern.ObjectArgs
See Also