PurplePen.SymbolDB.this C# (CSharp) Méthode

this() public méthode

Get the symbol with a given id. If id doesn't exist, throws exception.
public this ( string id ) : Symbol
id string
Résultat Symbol
        public Symbol this[string id]
        {
            get
            {
                return symbols[id];
            }
        }