PERWAPI.Line.GetInstName C# (CSharp) Method

GetInstName() private method

Get the name of this instruction.
private GetInstName ( ) : string
return string
        internal override string GetInstName()
        {
            return ".line";
        }