| ScalarEnumerable Class |
[This is preliminary documentation and is subject to change.]
Namespace: Llvm.NET
public static class ScalarEnumerable
The ScalarEnumerable type exposes the following members.
| Name | Description | |
|---|---|---|
| CombineT(IEnumerableT, T) | Creates a new enumerable that appends a value to an existing enumerable sequence | |
| CombineT(T, IEnumerableT) | Creates a new enumerable that prepends a value to an existing enumerable sequence | |
| FromT | Create an enumerator that provides a single value |