Namespace: Org.BouncyCastle.Asn1.Cmp
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
C# |
---|
public DerUtf8String this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As DerUtf8String Get |
Visual C++ |
---|
public: property DerUtf8String^ default[int index] { DerUtf8String^ get (int index); } |
Parameters
- index
- Type: System..::..Int32