IEnumerableExtensionsAsSingletonEnumerableT Method |
Yield this
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public static IEnumerable<T> AsSingletonEnumerable<T>(
this T obj
)
<ExtensionAttribute>
Public Shared Function AsSingletonEnumerable(Of T) (
obj As T
) As IEnumerable(Of T)
public:
[ExtensionAttribute]
generic<typename T>
static IEnumerable<T>^ AsSingletonEnumerable(
T obj
)
[<ExtensionAttribute>]
static member AsSingletonEnumerable :
obj : 'T -> IEnumerable<'T>
Parameters
- obj
- Type: T
[Missing <param name="obj"/> documentation for "M:Bio.Util.IEnumerableExtensions.AsSingletonEnumerable``1(``0)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Bio.Util.IEnumerableExtensions.AsSingletonEnumerable``1(``0)"]
Return Value
Type:
IEnumerableT[Missing <returns> documentation for "M:Bio.Util.IEnumerableExtensions.AsSingletonEnumerable``1(``0)"]
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