Config..::..GetByteList Method

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll)

Syntax


public IList<byte> GetByteList(
	string path
)
Public Function GetByteList ( _
	path As String _
) As IList(Of Byte)
public:
IList<unsigned char^>^ GetByteList(
	String^ path
)

Parameters

path
Type: String