System.CodeDom.Compiler.CompilerErrorCollection.this C# (CSharp) Method

this() public method

public this ( int index ) : CompilerError
index int
return CompilerError
        public CompilerError this[int index] {
            get {
                return ((CompilerError)(List[index]));
            }
            set {
                List[index] = value;
            }
        }