AddAuthor

CommentAuthorCollection.AddAuthor method

Add new author at the end of a collection.

public ICommentAuthor AddAuthor(string name, string initials)
ParameterTypeDescription
nameStringName of a new author.
initialsStringInitials of a new author.

See Also