BBN.DAML.DAMLListImpl.DAMLListImpl Function
Constructor, takes the name and namespace for this list, and the underlying model it will be attached to.

Public void DAMLListImpl (string, string, BBN.DAML.DAMLModel, BBN.DAML.Vocabulary.DAMLVocabulary)
  Type Name Description  
    string ns The namespace the list inhabits, or null  
    string name The name of the list  
    DAMLModel store The RDF store that contains the RDF statements defining the properties of the list  
    DAMLVocabulary vocabulary Reference to the DAML vocabulary used by this list.  
  Return Description  
    void    
Other overloads:
BBN.DAML.DAMLListImpl.#ctor(e,DAMLModel,DAMLVocabulary)