Namespace: Org.BouncyCastle.Utilities.IO
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public override sealed void SetLength( long value ) |
| Visual Basic |
|---|
Public Overrides NotOverridable Sub SetLength ( _ value As Long _ ) |
| Visual C++ |
|---|
public: virtual void SetLength( long long value ) override sealed |
Parameters
- value
- Type: System..::..Int64