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

this() public méthode

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