Books Class

Assembly
Library.dll
Namespace
Library
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Books"] class Type type-node

Syntax

public class Books

Constructors

Name Summary
Books()

Methods

Name Value Summary
Display() string
setBook(int, string, string) void

Extension Methods

Name Value Summary
SetBackingValue<Books, TV>(Expression<Func<Books, TV>>, TV) T
Sets the backing value.
With<Books, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.