PbGetRepeatedFieldCount
Gets the number of elements in a repeated field of a protobuf message.
native int PbGetRepeatedFieldCount(Handle pb, const char[] field)Parameters
const char[] field
Field name.
Return Value
int Number of elements in the field.Error
Invalid or incorrect Handle, non-existent field, or incorrect field type.