Show / Hide Table of Contents

Class EnsureArgument

Inheritance
object
EnsureArgument
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: GitCredentialManager
Assembly: Algenta.Colectica.Repository.Client.dll
Syntax
public static class EnsureArgument

Methods

AbsoluteUri(Uri, string)

Declaration
public static void AbsoluteUri(Uri arg, string name)
Parameters
Type Name Description
Uri arg
string name

InRange(int, string, int, int, bool, bool)

Declaration
public static void InRange(int arg, string name, int lower, int upper, bool lowerInclusive = true, bool upperInclusive = true)
Parameters
Type Name Description
int arg
string name
int lower
int upper
bool lowerInclusive
bool upperInclusive

Negative(int, string)

Declaration
public static void Negative(int arg, string name)
Parameters
Type Name Description
int arg
string name

NegativeOrZero(int, string)

Declaration
public static void NegativeOrZero(int arg, string name)
Parameters
Type Name Description
int arg
string name

NotNullOrEmpty(string, string)

Declaration
public static void NotNullOrEmpty(string arg, string name)
Parameters
Type Name Description
string arg
string name

NotNullOrWhiteSpace(string, string)

Declaration
public static void NotNullOrWhiteSpace(string arg, string name)
Parameters
Type Name Description
string arg
string name

NotNull<T>(T, string)

Declaration
public static void NotNull<T>(T arg, string name)
Parameters
Type Name Description
T arg
string name
Type Parameters
Name Description
T

Positive(int, string)

Declaration
public static void Positive(int arg, string name)
Parameters
Type Name Description
int arg
string name

PositiveOrZero(int, string)

Declaration
public static void PositiveOrZero(int arg, string name)
Parameters
Type Name Description
int arg
string name
In this article
Back to top Generated by DocFX