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

this() public méthode

public this ( string name ) : object
name string
Résultat object
        public object this[string name] => this[name, string.Empty];

Same methods

AccountDataFieldList::this ( string name, string currency ) : object