Microsoft.Ccr.Core.PortTest.MyTask.this C# (CSharp) Method

this() public method

public this ( int index ) : IPortElement
index int
return IPortElement
            public IPortElement this[int index]
            {
                get { Console.WriteLine ("GET idx"); throw new NotImplementedException (); }
                set { Console.WriteLine ("SET idx"); throw new NotImplementedException (); }
            }