natix.CompactDS.WTM.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : int
index int
Résultat int
        public int this[int index]
        {
            get { return this.Access (index); }
        }