NStub.CSharp.AllIwantToTest.AllIwantToTest C# (CSharp) Method

AllIwantToTest() public method

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

Same methods

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