Click or drag to resize
ParserParseAllT Method
Creates a sequences of values from a sequence of strings

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static IEnumerable<T> ParseAll<T>(
	IEnumerable<string> stringSequence
)

Parameters

stringSequence
Type: System.Collections.GenericIEnumerableString
The sequence of strings to parse

Type Parameters

T
The type to parse into

Return Value

Type: IEnumerableT
A sequence of values
See Also