Click or drag to resize
RegexValidatedStringListInsert Method

[Missing <summary> documentation for "M:Bio.IO.BAM.RegexValidatedStringList.Insert(System.Int32,System.String)"]

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Insert(
	int index,
	string item
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Bio.IO.BAM.RegexValidatedStringList.Insert(System.Int32,System.String)"]

item
Type: SystemString

[Missing <param name="item"/> documentation for "M:Bio.IO.BAM.RegexValidatedStringList.Insert(System.Int32,System.String)"]

Implements

IListTInsert(Int32, T)
See Also