System.CodeDom.CodeNamespaceCollection.this C# (CSharp) 메소드

this() 공개 메소드

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