Method |
Description |
|
EmitPack ( ILGenerator gen, Type type, Type currentType, MethodInfo currentMethod, MethodInfo>.Func lookupPackMethod ) : void |
|
|
EmitPackIL ( MethodInfo currentMethod, ILGenerator gen, Type type, MsgPack.Compiler.Variable arg_writer, MsgPack.Compiler.Variable arg_obj, MethodInfo>.Func lookupPackMethod ) : void |
Emits IL code to pack a Map based on IDictionary. |
|
EmitUnpackIL ( Type mapType, MethodInfo mi, ILGenerator il, MemberInfo[]>.Func targetMemberSelector, string>.Func memberNameFormatter, MethodInfo>.Func lookupUnpackMethod ) : void |
|
|