System.CodeDom.Compiler.CompilerCollection.Get C# (CSharp) Метод

Get() публичный Метод

public Get ( int index ) : System.CodeDom.Compiler.Compiler
index int
Результат System.CodeDom.Compiler.Compiler
		public Compiler Get (int index)
		{
			return (Compiler) BaseGet (index);
		}

Same methods

CompilerCollection::Get ( string language ) : System.CodeDom.Compiler.Compiler