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

this() 공개 메소드

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