Click or drag to resize
RegexValidatedStringListCopyTo Method

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

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void CopyTo(
	string[] array,
	int arrayIndex
)

Parameters

array
Type: SystemString

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

arrayIndex
Type: SystemInt32

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

Implements

ICollectionTCopyTo(T, Int32)
See Also