Click or drag to resize

BaseRdfAEvent.HasAttribute Method

Gets whether the Event has a given attribute.

Namespace:  VDS.RDF.Parsing.Events
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public bool HasAttribute(
	string name
)

Parameters

name
Type: System.String
Attribute Name.

Return Value

Type: Boolean

[Missing <returns> documentation for "M:VDS.RDF.Parsing.Events.BaseRdfAEvent.HasAttribute(System.String)"]

Implements

IRdfAEvent.HasAttribute(String)
See Also