RFA .NET
Assembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Constructor specifing capacity.
Namespace: ThomsonReuters.RFA.CommonAssembly: RFA8_NET110_x64 (in RFA8_NET110_x64.dll) Version: 8.0.1.1
Syntax
C# |
---|
public Buffer( int capacity ) |
Visual Basic |
---|
Public Sub New ( _ capacity As Integer _ ) |
Visual C++ |
---|
public: Buffer( int capacity ) |
F# |
---|
new : capacity:int -> Buffer |
Parameters
- capacity
- Type: System..::..Int32
The capacity to allocate for the buffer.