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
Post a Comment