Mono.Cecil.Tests.Formatter.FormatLabel C# (CSharp) Method

FormatLabel() static private method

static private FormatLabel ( Instruction instruction ) : string
instruction Mono.Cecil.Cil.Instruction
return string
        static string FormatLabel(Instruction instruction)
        {
            return FormatLabel (instruction.Offset);
        }

Same methods

Formatter::FormatLabel ( int offset ) : string