System.CodeDom.CodeCommentStatementCollection.this C# (CSharp) Method

this() public method

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