Removes the data field at the specified index

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic (Declaration)
Public Sub RemoveAt ( _
	index As Integer _
)

Parameters

index
Type: System..::.Int32
The zero-based index of the data field to remove

Implements

IList<(Of <(T>)>)..::.RemoveAt(Int32)

Remarks

This method is only valid with TXT-records

See Also