Inazuma.Mono.Cecil.Cil.Instruction.AppendLabel C# (CSharp) Метод

AppendLabel() статический приватный Метод

static private AppendLabel ( StringBuilder builder, Instruction instruction ) : void
builder StringBuilder
instruction Instruction
Результат void
		static void AppendLabel (StringBuilder builder, Instruction instruction)
		{
			builder.Append ("IL_");
			builder.Append (instruction.offset.ToString ("x4"));
		}