Microsoft.Ccr.Core.Task.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 { throw new NotSupportedException (); }
            set { throw new NotSupportedException (); }
        }