Click or drag to resize
Akka.NETCommandLine.GetInt32OrDefault Method

[Missing <summary> documentation for "M:Akka.Remote.TestKit.CommandLine.GetInt32OrDefault(System.String,System.Int32)"]

Namespace:  Akka.Remote.TestKit
Assembly:  Akka.Remote.TestKit (in Akka.Remote.TestKit.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public static int GetInt32OrDefault(
	string key,
	int defaultInt
)

Parameters

key
Type: System.String

[Missing <param name="key"/> documentation for "M:Akka.Remote.TestKit.CommandLine.GetInt32OrDefault(System.String,System.Int32)"]

defaultInt
Type: System.Int32

[Missing <param name="defaultInt"/> documentation for "M:Akka.Remote.TestKit.CommandLine.GetInt32OrDefault(System.String,System.Int32)"]

Return Value

Type: Int32

[Missing <returns> documentation for "M:Akka.Remote.TestKit.CommandLine.GetInt32OrDefault(System.String,System.Int32)"]

See Also