Method Get
Get(Int32, BytesRef)
Populates and returns a BytesRef with the bytes for the given bytesID.
Note: the given bytesID must be a positive integer less than the current size (Count)
Declaration
public BytesRef Get(int bytesID, BytesRef ref)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | bytesID | The id |
BytesRef | ref | The BytesRef to populate |
Returns
Type | Description |
---|---|
BytesRef | The given BytesRef instance populated with the bytes for the given bytesID |