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

this() public méthode

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