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

this() public méthode

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