LumiSoft Mail Server User API
CopyDict Method (dictionary, offset, length)
Namespaces > ICSharpCode.SharpZipLib.Zip.Compression.Streams > OutputWindow > CopyDict(Byte[](), Int32, Int32)

[Missing <summary> documentation for M:ICSharpCode.SharpZipLib.Zip.Compression.Streams.OutputWindow.CopyDict(System.Byte[],System.Int32,System.Int32)]

Syntax
C#Visual BasicManaged C++
public void CopyDict (
	byte[] dictionary,
	int offset,
	int length
)
Public Sub CopyDict ( _
	dictionary As Byte(), _
	offset As Integer, _
	length As Integer _
)
public:
void CopyDict (
	array<unsigned char>^ dictionary, 
	int offset, 
	int length
)
Parameters
dictionary (Byte[]())

[Missing <param> documentation for "dictionary"]

offset (Int32)

[Missing <param> documentation for "offset"]

length (Int32)

[Missing <param> documentation for "length"]

Assembly: ICSharpCode.SharpZipLib Version: 0.85.0.0 (Module: ICSharpCode.SharpZipLib)