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

this() 공개 메소드

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