Click or drag to resize
ReferenceSequenceInfo Constructor (String, Int64)
Initializes a new instance of ReferenceSequenceInfo class with specified name and length.

Namespace: Bio.IO.SAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public ReferenceSequenceInfo(
	string name,
	long length
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Bio.IO.SAM.ReferenceSequenceInfo.#ctor(System.String,System.Int64)"]

length
Type: SystemInt64

[Missing <param name="length"/> documentation for "M:Bio.IO.SAM.ReferenceSequenceInfo.#ctor(System.String,System.Int64)"]

See Also