Method WriteInt32
WriteInt32(Int32)
Writes the given value into the slice and resizes the slice if needed
NOTE: This was writeInt() in Lucene
Declaration
public virtual void WriteInt32(int value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | value |