System.CodeDom.Compiler.CompilerCollection.Get C# (CSharp) Method

Get() public method

public Get ( int index ) : System.CodeDom.Compiler.Compiler
index int
return System.CodeDom.Compiler.Compiler
		public Compiler Get (int index)
		{
			return (Compiler) BaseGet (index);
		}

Same methods

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