ObjectExtensions Class

Namespace
GitVersion.Extensions
Base Types
  • object
graph BT Type-->Base0["object"] Type["ObjectExtensions"] class Type type-node

Syntax

public static class ObjectExtensions

Methods

Name Value Summary
Deconstruct<TKey, TValue>(KeyValuePair<TKey, TValue>, TKey, TValue) void
static
GetProperties(object) IEnumerable<KeyValuePair<string, string>>
static

Extension Methods

Name Value Summary
GetProperties() IEnumerable<KeyValuePair<string, string>>
GitHub