MBrace.Core


SequenceCollection<'T>

Namespace: MBrace.Library
Parent Module: CloudCollectionUtils

ICloudCollection wrapper for serializable IEnumerables

Constructors

ConstructorDescription
new(seq)
Signature: seq:seq<'T> -> SequenceCollection<'T>

CompiledName: .ctor

Instance members

Instance memberDescription
Sequence
Signature: seq<'T>

Gets the underlying IEnumerable

CompiledName: get_Sequence

Fork me on GitHub