System.CodeDom.Compiler.CompilerCollection.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : System.CodeDom.Compiler.Compiler
index int
리턴 System.CodeDom.Compiler.Compiler
		public Compiler this[int index] {
			get { return (Compiler) BaseGet (index); }
		}

Same methods

CompilerCollection::this ( string language ) : CompilerInfo