C# Class NuGet.Services.Work.ArgCheck

ファイルを表示 Open project: NuGet/NuGet.Services.Work

Public Methods

Method Description
Require ( object value, string name ) : void
Require ( string value, string name ) : void

Method Details

Require() public static method

public static Require ( object value, string name ) : void
value object
name string
return void

Require() public static method

public static Require ( string value, string name ) : void
value string
name string
return void