Click or drag to resize
RegexValidatedStringListRemove Method

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

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool Remove(
	string item
)

Parameters

item
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Bio.IO.BAM.RegexValidatedStringList.Remove(System.String)"]

Implements

ICollectionTRemove(T)
See Also