[This is preliminary documentation and is subject to change.]

CTor

Namespace: Tools.InternalT
Assembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public AuthorAttribute(
	string Name,
	string eMail,
	string WWW
)
Visual Basic
Public Sub New ( _
	Name As String, _
	eMail As String, _
	WWW As String _
)
Visual C++
public:
AuthorAttribute(
	String^ Name, 
	String^ eMail, 
	String^ WWW
)
F#
new : 
        Name:string * 
        eMail:string * 
        WWW:string -> AuthorAttribute
JScript
public function AuthorAttribute(
	Name : String, 
	eMail : String, 
	WWW : String
)

Parameters

Name
Type: System..::..String
Name or nick of the author
eMail
Type: System..::..String
@-mail to the author
WWW
Type: System..::..String
Web pages of the author

See Also