c# - Using a class (User control) in stack -


i sorry if noob question. learning user controls , bit of code popped up.

private stack<myfirstusercontrol1> _mycontrols = new stack<myfirstusercontrol1>(); private int _controlsinstantiated = 0;  

can use class within stack? can explain? noob question i'm sure...

stack<myfirstusercontrol1> means collection of myfirstcontrol1 type


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -