GraphView.WMultiPartIdentifier.this C# (CSharp) Method

this() public method

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