Microsoft.Ccr.Core.Task.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : IPortElement
index int
리턴 IPortElement
        public override IPortElement this[int index]
        {
            get { throw new NotSupportedException (); }
            set { throw new NotSupportedException (); }
        }