CommonExtensions Class

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

Syntax

public static class CommonExtensions

Methods

Name Value Summary
NotNull<T>(T, string) T
static
NotNullOrEmpty(string, string) string
static
NotNullOrWhitespace(string, string) string
static

Extension Methods

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