System.Collections.Tests.ComparerTests.Foo.Foo C# (CSharp) Method

Foo() public method

public Foo ( int intValue ) : System.Collections.Generic
intValue int
return System.Collections.Generic
            public Foo(int intValue)
            {
                IntValue = intValue;
            }
ComparerTests.Foo