Replaces the element at the specified index.
Declaration Syntax
protected virtual void SetItem(
int index,
T item
)
Protected Overridable Sub SetItem ( _
index As Integer, _
item As T _
)
protected:
virtual void SetItem(
int index,
T item
)
Parameters
- index (Int32)
- The zero-based index of the element to replace.
- item (T)
- The new value for the element at the specified index. The value can be null for reference types.
Assembly:
TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0