System.Web.UI.Control.Control C# (CSharp) Метод

Control() статический приватный Метод

static private Control ( ) : System.Collections
Результат System.Collections
		static Control ()
		{
			defaultNameArray = new string [100];
			for (int i = 0; i < 100; i++)
				defaultNameArray [i] = String.Concat ("ctl", i.ToString ("D2"));
		}