Click or drag to resize

AvailabilityExtensionsAsOneItemArrayT Method

Returns an array containing one item. If the item is null the returned array is empty.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public static IEnumerable<T> AsOneItemArray<T>(
	this T item
)

Parameters

item
Type: T
The item.

Type Parameters

T

Return Value

Type: IEnumerableT

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type . 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