Shovel.Vm.Vm.ExecutionComplete C# (CSharp) Méthode

ExecutionComplete() private méthode

private ExecutionComplete ( ) : bool
Résultat bool
        internal bool ExecutionComplete()
        {
            return this.programCounter == this.bytecode.Length;
        }
Vm