Method Set
Set(Int32, Int64)
Declaration
public override void Set(int index, long value)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Int64 | value |
Overrides
Set(Int32, Int64[], Int32, Int32)
Declaration
public override int Set(int index, long[] arr, int off, int len)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
System.Int64[] | arr | |
System.Int32 | off | |
System.Int32 | len |
Returns
Type | Description |
---|---|
System.Int32 |