Returns the size of the dictionary after the operation that was applied.
Declaration Syntax
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 )
Parameters
- changeOperationResult (IChangeOperationResult)
- Change operation result.
Return Value
The size of the dictionary after the operation that was applied.