'Declaration
<NotNullAttribute()> Default Property Item( _ ByVal key As Integer _ ) As Int32Collection
'Usage
Dim instance As _AEAttributeSetDictionary Dim key As Integer Dim value As Int32Collection instance.Item(key) = value value = instance.Item(key)
[NotNull()] Int32Collection this[ int key ]; {get; set;}
[NotNull()] property Int32Collection^ default [int] { Int32Collection^ get(int key); void set (int key, Int32Collection^ value); }
Parameters
- key