C# Class ReSharper20162CSharp.GuardArguments

Show file Open project: gorohoroh/resharper-ultimate-whatsnew

Public Methods

Method Description
NullGuardForAllArguments ( int intValue, string stringValue, object o, int notNull ) : void

Method Details

NullGuardForAllArguments() public method

public NullGuardForAllArguments ( int intValue, string stringValue, object o, int notNull ) : void
intValue int
stringValue string
o object
notNull int
return void