zedster27 / secviz

Automatically exported from code.google.com/p/secviz
0 stars 0 forks source link

Câu hỏi về Argument Class #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
-Các field trong Argument là public hay private ? Field hay Properties ?
-2 constructor của Argument dùng để làm gì ?
1 cái như thế này ?
        public Argument(int ID, String Type, String Name)
        {
            this.ID = ID;
            this.Type = Type;
            this.Name = Name;
        }
Còn 
        public Argument()
        {

        }

Original issue reported on code.google.com by svic4ever@gmail.com on 9 Nov 2010 at 7:39