C# Class AbstractToYield.CanBeExtended

Inheritance: MustBeExtended
Show file Open project: dahlbyk/Presentations

Public Methods

Method Description
CanBeExtended ( )
CanBeExtended ( int value )
CanHazARef ( string &thing ) : void
CanHazAnOut ( string &thing ) : void
GetHashCode ( ) : int
Test ( ) : void
ToString ( ) : string

Method Details

CanBeExtended() public method

public CanBeExtended ( )

CanBeExtended() public method

public CanBeExtended ( int value )
value int

CanHazARef() public method

public CanHazARef ( string &thing ) : void
thing string
return void

CanHazAnOut() public method

public CanHazAnOut ( string &thing ) : void
thing string
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

Test() public method

public Test ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string