Click or drag to resize
PMBalanceListExtensionsGetDefault Method
The default balance in the list

Namespace: PM90SettingsAPI
Assembly: PM90SettingsAPI (in PM90SettingsAPI.dll) Version: 9.0.23.534 (9.0.23.534)
Syntax
C#
public static PMBalance GetDefault(
	this List<PMBalance> balances
)

Parameters

balances
Type: System.Collections.GenericListPMBalance

[Missing <param name="balances"/> documentation for "M:PM90SettingsAPI.PMBalanceListExtensions.GetDefault(System.Collections.Generic.List{PM90SettingsAPI.PMBalance})"]

Return Value

Type: PMBalance

[Missing <returns> documentation for "M:PM90SettingsAPI.PMBalanceListExtensions.GetDefault(System.Collections.Generic.List{PM90SettingsAPI.PMBalance})"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListPMBalance. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also