Click or drag to resize

MultiInputRecordReaderGetAcceptedInputTypes Method

Gets the accepted input types for a multi-input record reader.

Namespace:  Ookii.Jumbo.IO
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static IEnumerable<Type> GetAcceptedInputTypes(
	Type type
)

Parameters

type
Type: SystemType
The type of multi-input record reader.

Return Value

Type: IEnumerableType
A list of accepted types.
See Also