VPFileIO ReadFromBinaryInResourcesCustom T  Method Virtual Photonics - VTS Library
Virtual Photonics

Namespace: Vts.IO
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static IEnumerable<T> ReadFromBinaryInResourcesCustom<T>(
	string fileName,
	string projectName,
	Func<BinaryReader, T> readerMap
)

Parameters

fileName
Type: OnlineSystem String
Name of the binary file to read
projectName
Type: OnlineSystem String
Project name where resources is located
readerMap
Type: OnlineSystem Func OnlineBinaryReader, T 
Type Parameters

T

Return Value

Type: OnlineIEnumerable T 
See Also