Returns the size of the dictionary after the operation that was applied.

C# | Visual Basic | Visual C++ | J# |
public static int GetNewSize( IChangeOperationResult changeOperationResult )
Public Shared Function GetNewSize ( _ changeOperationResult As IChangeOperationResult _ ) As Integer
public: static int GetNewSize( IChangeOperationResult^ changeOperationResult )
public static int GetNewSize( IChangeOperationResult changeOperationResult )

- changeOperationResult (IChangeOperationResult)
- Change operation result.

The size of the dictionary after the operation that was applied.