Namespace: System.util.collections
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public Object this[ IComparable key ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ key As IComparable _ ) As Object Get Set |
| Visual C++ |
|---|
public: property Object^ default[IComparable^ key] { Object^ get (IComparable^ key); void set (IComparable^ key, Object^ value); } |
Parameters
- key
- Type: System..::..IComparable