ServerNamespaceListIListStringInsert Method

CVB.Net Documentation

Namespace:  Stemmer.Cvb.Foundation.OpcUa
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

void IList<string>.Insert(
	int index,
	string item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: SystemString
The object to insert into the IListT.

Implements

IListTInsert(Int32, T)
Exceptions

See Also

Reference