Click or drag to resize

BcfMutableCollectionEnumeratorT Structure

[This is preliminary documentation and is subject to change.]

Infrastructure. The type supports the infrastructure and is not intended to be used directly from your code.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta6
Syntax
public struct BcfMutableCollectionEnumerator<T>

Type Parameters

T
The type-parameter of underlying collection.

The BcfMutableCollectionEnumeratorT type exposes the following members.

Constructors
  NameDescription
Public methodBcfMutableCollectionEnumeratorT
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Top
Properties
  NameDescription
Public propertyCurrent
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveNext
Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Version Information

BCF

Supported in: 4.0
See Also