Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how i use set and get for ArrayList. plz help me.
ArrayList arrLst = new ArrayList(); public ArrayList Array { get { return arrLst; } set { arrLst = value; } }
thanks for help. be happy.