Namespace: Org.BouncyCastle.Crypto.Tls
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# | 
|---|
[ObsoleteAttribute("Use version that takes a 'byte' argument")] public void WriteByte( int arg0 )  | 
| Visual Basic | 
|---|
<ObsoleteAttribute("Use version that takes a 'byte' argument")> _ Public Sub WriteByte ( _ arg0 As Integer _ )  | 
| Visual C++ | 
|---|
[ObsoleteAttribute(L"Use version that takes a 'byte' argument")] public: void WriteByte( int arg0 )  | 
Parameters
- arg0
 - Type: System..::..Int32