FastQuant.Bar.this C# (CSharp) Méthode

this() public méthode

public this ( int index ) : object
index int
Résultat object
        public object this[int index]
        {
            get
            {
                return Fields[index];
            }
            set
            {
                Fields[index] = value;
            }
        }

Same methods

Bar::this ( string name ) : object