ArrayTest.ArrayTest C# (CSharp) Méthode

ArrayTest() public méthode

public ArrayTest ( int tab )
tab int
    public ArrayTest( int[] tab )
    {
        t = tab;
    }