RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Sets the contents of the buffer to the given value,
the number of bytes to set is equal to Capacity.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public void Set( byte byteToSet ) |
Visual Basic |
---|
Public Sub Set ( _ byteToSet As Byte _ ) |
Visual C++ |
---|
public: void Set( unsigned char byteToSet ) |
F# |
---|
member Set : byteToSet:byte -> unit |
Parameters
- byteToSet
- Type: System..::..Byte
The value to set the memory to.