 | ByteBlockWriterDelegate Delegate |
[Missing <summary> documentation for "T:GZipStreamTool.Base.Core.ByteBlockWriterDelegate"]
Namespace:
GZipStreamTool.Base.Core
Assembly:
GZipStreamTool.Base (in GZipStreamTool.Base.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic delegate void ByteBlockWriterDelegate(
Object e,
Object o
)
Public Delegate Sub ByteBlockWriterDelegate (
e As Object,
o As Object
)
public delegate void ByteBlockWriterDelegate(
Object^ e,
Object^ o
)
type ByteBlockWriterDelegate =
delegate of
e : Object *
o : Object -> unit
Parameters
- e
- Type: SystemObject
- o
- Type: SystemObject
See Also