mySobek Home   |   Help
Skip Navigation Links.
MISSING BANNER

ExtensionMethods.Copy Method



Extension method allows NameValueCollections to make a deep copy of themselves


Namespace: SobekCM.Engine_Library
Assembly: SobekCM_Engine_Library (in SobekCM_Engine_Library.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
public static NameValueCollection Copy(
	this NameValueCollection Nvc
)

Parameters

Nvc
Type: System.Collections.Specialized..::..NameValueCollection
This NameValueCollection object to copy

Return Value

Type: NameValueCollection
Copied NameValueCollection collection

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type NameValueCollection. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )