C# Class Exceptional.Playground.Fixed.IndexerGetDemo

Mostrar archivo Open project: CSharpAnalyzers/ExceptionalReSharper Class Usage Examples

Public Methods

Method Description
Foo ( ) : void
this ( string a ) : string

Method Details

Foo() public method

public Foo ( ) : void
return void

this() public method

Foo
public this ( string a ) : string
a string
return string