Click or drag to resize
IoDataReaderTReadData Method

Namespace: FDF.Common.IO
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public abstract bool ReadData(
	ref T value = null,
	ref FdfResultCollection outResults = null
)

Parameters

value (Optional)
Type: T
outResults (Optional)
Type: FDF.Common.RuntimeFdfResultCollection

Return Value

Type: Boolean
See Also