C# Class MixinRefactoring.Test.MixinWithSeeAlso

Datei anzeigen Open project: pgenfer/mixinSharp

Public Methods

Method Description
Action ( string parameter ) : void

method with a string parameter

Method Details

Action() public method

method with a string parameter
public Action ( string parameter ) : void
parameter string Parameter is of type string
return void