Microsoft.Ccr.Core.Task.this C# (CSharp) Method

this() public method

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