Method Get
Get(BytesRef, Int32)
Returns the n'th element of this BytesRefArray
Declaration
public BytesRef Get(BytesRef spare, int index)
Parameters
Type | Name | Description |
---|---|---|
BytesRef | spare | A spare BytesRef instance |
System.Int32 | index | The elements index to retrieve |
Returns
Type | Description |
---|---|
BytesRef | The n'th element of this BytesRefArray |