Class Dog
- Namespace
- BuildFromProject
- Assembly
- BuildFromProject.dll
Class representing a dog.
public class Dog
Inheritance
Inherited Members
Constructors
Dog(string, int)
Constructor.
public Dog(string name, int age)
Parameters
Properties
Age
Age of the dog.
public int Age { get; }
Property Value
Name
Name of the dog.
public string Name { get; }