Inazuma.Mono.Cecil.Cil.Instruction.AppendLabel C# (CSharp) Méthode

AppendLabel() static private méthode

static private AppendLabel ( StringBuilder builder, Instruction instruction ) : void
builder StringBuilder
instruction Instruction
Résultat void
		static void AppendLabel (StringBuilder builder, Instruction instruction)
		{
			builder.Append ("IL_");
			builder.Append (instruction.offset.ToString ("x4"));
		}