NameValueCollectionExtensions.CopyTo Method (NameValueCollection, IDictionary<String, Object>)
Visual Studio 2010
Copies the specified collection to the specified destination.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public static void CopyTo( this NameValueCollection collection, IDictionary<string, Object> destination )
Parameters
- collection
- Type: System.Collections.Specialized.NameValueCollection
The collection.
- destination
- Type: System.Collections.Generic.IDictionary<String, Object>
The destination.
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).Community Additions
ADD
Show: