GraphView.WMultiPartIdentifier.this C# (CSharp) 메소드

this() 공개 메소드

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