Click or drag to resize
Akka.NETProtobufDecoder Constructor (IMessageLite, ExtensionRegistry)
Initializes a new instance of the ProtobufDecoder class

Namespace:  Akka.Remote.TestKit.Proto
Assembly:  Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ProtobufDecoder(
	IMessageLite prototype,
	ExtensionRegistry extensions
)

Parameters

prototype
Type: IMessageLite

[Missing <param name="prototype"/> documentation for "M:Akka.Remote.TestKit.Proto.ProtobufDecoder.#ctor(Google.ProtocolBuffers.IMessageLite,Google.ProtocolBuffers.ExtensionRegistry)"]

extensions
Type: ExtensionRegistry

[Missing <param name="extensions"/> documentation for "M:Akka.Remote.TestKit.Proto.ProtobufDecoder.#ctor(Google.ProtocolBuffers.IMessageLite,Google.ProtocolBuffers.ExtensionRegistry)"]

See Also