System.Data.Tests.MyDataTable.MyDataTable C# (CSharp) Method

MyDataTable() public method

public MyDataTable ( ) : System.Collections.Generic
return System.Collections.Generic
        public MyDataTable()
        {
            count++;
        }
    }
MyDataTable