Method Append
Append(BytesRef)
Appends a copy of the given BytesRef to this BytesRefArray.
Declaration
public int Append(BytesRef bytes)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | bytes | The bytes to append |
Returns
Type | Description |
---|---|
System.Int32 | The index of the appended bytes |