Axiom.Runtime.AbstractMachineState.this C# (CSharp) Méthode

this() public méthode

public this ( string registerName ) : object
registerName string
Résultat object
        public object this[string registerName]
        {
            get
            {
                return GetRegisterValue(registerName);
            }
        }