[This is preliminary documentation and is subject to change.]
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class SifKeyedList<TKey, TValue> : SifList<TValue> where TValue : SifKeyedElement
<SerializableAttribute> _ Public Class SifKeyedList(Of TKey, TValue As SifKeyedElement) _ Inherits SifList(Of TValue)
[SerializableAttribute] generic<typename TKey, typename TValue> where TValue : SifKeyedElement public ref class SifKeyedList : public SifList<TValue>
- TKey
- TValue
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SifKeyedList<(Of <TKey, TValue>)>SifKeyedList<(Of <TKey, TValue>)>New(IElementDef) |
Creates an instance of a SifActionList
| |
| Item[([TKey])] | ||
| Remove(TKey) |
Removes all items from this list with the specified key
|