Axiom.Runtime.AbstractMachineState.this C# (CSharp) Method

this() public method

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