 | ScalarEnumerable.From<T> Method |
[This is preliminary documentation and is subject to change.]
Create an enumerator that provides a single value
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic static IEnumerable<T> From<T>(
T scalar
)
Parameters
- scalar
- Type: T
Value for the enumerator to provide
Type Parameters
- T
- Type of value to enumerate
Return Value
Type:
IEnumerable<T>Enumerable sequence containing a single value
See Also