Class Author
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
Properties
gets the email address.
public string Email { get; }
  Property Value
Name
Gets the name.
public string Name { get; }