Click or drag to resize
Akka.NETCommandLineGetInt32OrDefault 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.42 (1.2.3.42)
Syntax
public static int GetInt32OrDefault(
	string key,
	int defaultInt
)

Parameters

key
Type: SystemString

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

defaultInt
Type: SystemInt32

[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