Click or drag to resize

PropertyFunctionPattern.SubjectArgs Property

Gets the Subject arguments.

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

Property Value

Type: IEnumerable<PatternItem>

Implements

IPropertyFunctionPattern.SubjectArgs
See Also