Table of Contents

Class Author

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents an author.

public class Author
Inheritance
Author
Inherited Members

Constructors

Author(string, string)

Initializes a new instance of the Author class.

public Author(string name, string email = null)

Parameters

name string

Author name.

email string

Optional email address.

Properties

Email

gets the email address.

public string Email { get; }

Property Value

string

Name

Gets the name.

public string Name { get; }

Property Value

string