ListUrisHandler Constructor (String) | 
 
            Creates a new List URIs Handler.
            
 
    Namespace: 
   VDS.RDF.Parsing.Handlers
    Assembly:
   dotNetRDF (in dotNetRDF.dll) Version: 
Syntaxpublic ListUrisHandler(
	string var
)
Public Sub New ( 
	var As String
)
Parameters
- var
 - Type: SystemString
Variable to build the list from. 
See Also