Click or drag to resize

BatchGeneratorT Methods

The BatchGeneratorT generic type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds a new item to the batch template.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodNext
Public methodRemove
Removes an item from the batch template.
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodAggregateWindowIEnumerableT, U (Defined by GeneratorExtensions.)
Public Extension MethodBufferIEnumerableT (Defined by GeneratorExtensions.)
Public Extension MethodCastT (Defined by GeneratorExtensions.)
Public Extension MethodNextIEnumerableT
Gets the next n elements from the generator.
(Defined by GeneratorExtensions.)
Public Extension MethodOfTypeT (Defined by GeneratorExtensions.)
Public Extension MethodRepeatWithProbabilityIEnumerableT (Defined by GeneratorExtensions.)
Public Extension MethodThrowIfNull
Throws a NullReferenceException if the object is null.
(Defined by ObjectExtensions.)
Public Extension MethodWhereIEnumerableT (Defined by GeneratorExtensions.)
Public Extension MethodWhereBufferIEnumerableT (Defined by GeneratorExtensions.)
Public Extension MethodWindowIEnumerableT (Defined by GeneratorExtensions.)
Top
Explicit Interface Implementations
See Also