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

this() public méthode

public this ( int index ) : IPortElement
index int
Résultat IPortElement
            public override IPortElement this[int index]
            {
                get { return null; }
                set { }
            }