PSUtility.AppendDictionary<KeyType, ValType> Method

Reserved for internal use.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function AppendDictionary(Of KeyType, ValType) ( _
    toGrow As IDictionary(Of KeyType, ValType), _
    toAppend As IDictionary(Of KeyType, ValType) _
) As IDictionary(Of KeyType, ValType)
'Usage
Dim toGrow As IDictionary(Of KeyType, ValType)
Dim toAppend As IDictionary(Of KeyType, ValType)
Dim returnValue As IDictionary(Of KeyType, ValType)

returnValue = toGrow.AppendDictionary(toAppend)
public static IDictionary<KeyType, ValType> AppendDictionary<KeyType, ValType>(
    this IDictionary<KeyType, ValType> toGrow,
    IDictionary<KeyType, ValType> toAppend
)

Type Parameters

  • KeyType
  • ValType

Parameters

Return Value

Type: System.Collections.Generic.IDictionary<KeyType, ValType>
Returns IDictionary<TKey, TValue>.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IDictionary<KeyType, ValType>. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=office.14) or https://msdn.microsoft.com/en-us/library/bb383977(v=office.14).

See Also

Reference

PSUtility Class

PSUtility Members

Microsoft.Office.Project.Server.Library Namespace