C# Class PartialClasses.Animals

显示文件 Open project: moustafafarhat/CSharp-Code-Examples Class Usage Examples

Public Properties

Property Type Description
animalBreed string
birthDate DateTime

Public Methods

Method Description
SayHi ( ) : void

Method Details

SayHi() public method

public SayHi ( ) : void
return void

Property Details

animalBreed public_oe property

public string animalBreed
return string

birthDate public_oe property

public DateTime birthDate
return DateTime