DeconstructorExtensions Class

Summary

Default deconstructor for key value pairs
Assembly
Rocket.Surgery.Extensions.dll
Namespace
System.Collections.Generic
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["DeconstructorExtensions"] class Type type-node

Syntax

public static class DeconstructorExtensions

Attributes

Type Description
PublicAPIAttribute

Methods

Name Value Summary
Deconstruct<TK, TV>(KeyValuePair<TK, TV>, TK, TV) void
Deconstructs the specified KVP.
static