C# Class Exceptional.Playground.Fixed.ArgumentNullExceptionPropagation

ファイルを表示 Open project: CSharpAnalyzers/ExceptionalReSharper

Public Methods

Method Description
Bar ( string abc ) : void
Foo ( ) : void

Method Details

Bar() public method

is .
public Bar ( string abc ) : void
abc string
return void

Foo() public method

abc is .
public Foo ( ) : void
return void