Home
last modified time | relevance | path

Searched defs:CreateFuncIMessageObject (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DReflectionUtil.cs167 Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method); in CreateFuncIMessageObject() method
204 public Func<IMessage, object> CreateFuncIMessageObject(MethodInfo method) { in CreateFuncIMessageObject() method in Google.Protobuf.Reflection.ReflectionUtil.ReflectionHelper