TdStream does not support SetLength.
Syntax
'Declaration
Public Overrides NotOverridable Sub SetLength( _
ByVal As Long _
)
'Usage
Dim instance As TdStream
Dim value As Long
instance.SetLength(value)
public override void SetLength(
long
)
public:
void SetLength(
int64
) override
Parameters
- value
- Specifies the length of TdStream in bytes.
Exceptions
Requirements
Product | Versions | Platforms |
.NET | 2.1, 3.1, 6 | Windows, Linux, MacOS |
.NET Framework | 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8 | Windows |
.NET Standard | 2.0 | Windows, Linux, MacOS |
See Also