Home
last modified time | relevance | path

Searched refs:getValueDelegate (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DFieldAccessorBase.cs44 private readonly Func<IMessage, object> getValueDelegate; field in Google.Protobuf.Reflection.FieldAccessorBase
50 getValueDelegate = ReflectionUtil.CreateFuncIMessageObject(property.GetGetMethod()); in FieldAccessorBase()
57 return getValueDelegate(message); in GetValue()