Axiom.Runtime.Instructions.ProcedureInstruction.Name C# (CSharp) Method

Name() public method

public Name ( ) : string
return string
        public override string Name()
        {
            return "procedure";
        }