ObjectExtensions.

GetProperties(object) Method

Namespace
GitVersion.Extensions
Containing Type
ObjectExtensions

Syntax

public static IEnumerable<KeyValuePair<string, string>> GetProperties(this object obj)

Parameters

Name Type Description
obj object

Return Value

Type Description
IEnumerable<KeyValuePair<string, string>>
GitHub