C# Class Exceptional.Playground.Issues.DelegateInvocationIssue

Show file Open project: CSharpAnalyzers/ExceptionalReSharper

Public Methods

Method Description
Foo ( System.Action foo ) : void
this ( string i ) : System.Action

Method Details

Foo() public method

public Foo ( System.Action foo ) : void
foo System.Action
return void

this() public method

Bar
public this ( string i ) : System.Action
i string
return System.Action