ReadOnlyLinkedElementCollection<T>.IntermediateCount Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the intermediate number of role players in collection(during commit).
public:
property int IntermediateCount { int get(); };
public int IntermediateCount { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IntermediateCount : int
Public ReadOnly Property IntermediateCount As Integer
Property Value
- Attributes
Remarks
Can be greater or less the CommittedCount becuase it represents the intermediate count . Consider the following sequence: Add (internmediate is more than the commited) Remove (internmediate is the same as the commited) Remove (internmediate is less than the commited)