Construct a NameAtom.

 

   

Syntax
 

[C#]
NameAtom()
NameAtom(string value)

[Visual Basic]
Sub New()
Sub New(value As String)

 

   

Params
 
Name Description
value The initial value that the Atom should adopt.

 

   

Notes
 

Create a NameAtom.

If a value is not specified the default - an empty string - will be used.

 

   

Example
 

None.