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

Bar() public method

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