AtomPersonConstruct Constructor (String, String)
Represents an AtomPersonConstruct instance initialized with the given name.
[Visual Basic]Overloads Public Sub New( _
ByVal
localName As
String, _
ByVal
name As
String _
)
[C#]public AtomPersonConstruct(
string localName,
string name);
Parameters
- localName
- The not qualified name of the element.
- name
- The Name of the AtomPersonConstruct.
See Also
AtomPersonConstruct Class | Atom.Core Namespace | AtomPersonConstruct Constructor Overload List