C# Class TheKoans.AboutInheritance.GreatDane

Inheritance: Dog
显示文件 Open project: jtigger/csharp-koans

Public Methods

Method Description
GreatDane ( string name ) : Microsoft.VisualStudio.TestTools.UnitTesting
Growl ( ) : string

Method Details

GreatDane() public method

public GreatDane ( string name ) : Microsoft.VisualStudio.TestTools.UnitTesting
name string
return Microsoft.VisualStudio.TestTools.UnitTesting

Growl() public method

public Growl ( ) : string
return string