Atom.NET documentation

AtomPersonConstruct Constructor (String, String, Uri)

Represents an AtomPersonConstruct instance initialized with the given name and Uri.

[Visual Basic]
Overloads Public Sub New( _
   ByVal localName As String, _
   ByVal name As String, _
   ByVal url As Uri _
)
[C#]
public AtomPersonConstruct(
   string localName,
   string name,
   Uri url
);

Parameters

localName
The not qualified name of the element.
name
The Name of the AtomPersonConstruct.
url
The Url of the AtomPersonConstruct.

See Also

AtomPersonConstruct Class | Atom.Core Namespace | AtomPersonConstruct Constructor Overload List