C# Class NStub.CSharp.AllIwantToTest

For testing purposes. Todo: DeleteME after this project is done *g*
Exibir arquivo Open project: Jedzia/NStub

Public Methods

Method Description
AllIwantToTest ( int>.IDictionary myBool ) : System

Initializes a new instance of the T:AllIwantToTest class.

AllIwantToTest ( IEnumerable myIe ) : System

Initializes a new instance of the T:AllIwantToTest class.

AllIwantToTest ( List myList ) : System

Initializes a new instance of the T:AllIwantToTest class.

AllIwantToTest ( bool myBool ) : System

Initializes a new instance of the T:AllIwantToTest class.

AllIwantToTest ( int myInt, string myString, bool myBool ) : System

Initializes a new instance of the T:AllIwantToTest class.

AllIwantToTest ( int myInt, string myString, bool myBool, short myShort, Type myType, IBuildHandler myHandler ) : System

Initializes a new instance of the T:AllIwantToTest class.

AllIwantToTest ( short myShort, Type myType, IBuildHandler myHandler ) : System

Initializes a new instance of the T:AllIwantToTest class.

Method Details

AllIwantToTest() public method

Initializes a new instance of the T:AllIwantToTest class.
public AllIwantToTest ( int>.IDictionary myBool ) : System
myBool int>.IDictionary
return System

AllIwantToTest() public method

Initializes a new instance of the T:AllIwantToTest class.
public AllIwantToTest ( IEnumerable myIe ) : System
myIe IEnumerable
return System

AllIwantToTest() public method

Initializes a new instance of the T:AllIwantToTest class.
public AllIwantToTest ( List myList ) : System
myList List
return System

AllIwantToTest() public method

Initializes a new instance of the T:AllIwantToTest class.
public AllIwantToTest ( bool myBool ) : System
myBool bool
return System

AllIwantToTest() public method

Initializes a new instance of the T:AllIwantToTest class.
public AllIwantToTest ( int myInt, string myString, bool myBool ) : System
myInt int
myString string
myBool bool
return System

AllIwantToTest() public method

Initializes a new instance of the T:AllIwantToTest class.
public AllIwantToTest ( int myInt, string myString, bool myBool, short myShort, Type myType, IBuildHandler myHandler ) : System
myInt int
myString string
myBool bool
myShort short
myType System.Type
myHandler IBuildHandler
return System

AllIwantToTest() public method

Initializes a new instance of the T:AllIwantToTest class.
public AllIwantToTest ( short myShort, Type myType, IBuildHandler myHandler ) : System
myShort short
myType System.Type
myHandler IBuildHandler
return System