C# Class Example.Second

Datei anzeigen Open project: cdrnet/docu

Public Properties

Property Type Description
aField string

Public Methods

Method Description
ReturnType ( ) : string
SecondMethod ( ) : void
SecondMethod2 ( string one, int two ) : void
SecondMethod3 ( string one, First two ) : void

Method Details

ReturnType() public method

public ReturnType ( ) : string
return string

SecondMethod() public method

public SecondMethod ( ) : void
return void

SecondMethod2() public method

public SecondMethod2 ( string one, int two ) : void
one string
two int
return void

SecondMethod3() public method

public SecondMethod3 ( string one, First two ) : void
one string
two First
return void

Property Details

aField public_oe property

public string aField
return string