Google.Protobuf.Reflection.DescriptorUtil
Internal class containing utility methods when working with descriptors.
namespace Google.Protobuf.Reflection
{
internal static class DescriptorUtil
{
internal delegate TOutput IndexedConverter<TInput, TOutput> (TInput element, int index);
}
}