C# Class NStub.CSharp.Tests.Stubs.ComposeMeThreeCtor

Mostrar archivo Open project: Jedzia/NStub

Public Methods

Method Description
ComposeMeThreeCtor ( ) : System
ComposeMeThreeCtor ( bool para1 ) : System
ComposeMeThreeCtor ( string para1, int para2 ) : System

Method Details

ComposeMeThreeCtor() public method

public ComposeMeThreeCtor ( ) : System
return System

ComposeMeThreeCtor() public method

public ComposeMeThreeCtor ( bool para1 ) : System
para1 bool
return System

ComposeMeThreeCtor() public method

public ComposeMeThreeCtor ( string para1, int para2 ) : System
para1 string
para2 int
return System