System.CodeDom.CodeCommentStatementCollection.this C# (CSharp) Méthode

this() public méthode

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