Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 482 Bytes

File metadata and controls

19 lines (13 loc) · 482 Bytes

ObjectExtensions.AsArray<T> method

Returns a single object as a singleton array Note: Naming looks wrong. This method will probably be removed in a later release.

public static T[] AsArray<T>(this T obj)
parameter description
T
obj

See Also