Table of Contents

Class Dog

Namespace
BuildFromProject
Assembly
BuildFromProject.dll

Class representing a dog.

public class Dog

Inheritance

Dog

Inherited Members

Constructors

Dog(string, int)

Constructor.

public Dog(string name, int age)

Parameters

name string

Name of the dog.

age int

Age of the dog.

Properties

Age

Age of the dog.

public int Age { get; }

Property Value

int

Name

Name of the dog.

public string Name { get; }

Property Value

string