Microsoft.Ccr.Core.PortTest.MyTask.this C# (CSharp) Méthode

this() public méthode

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