C# Class Program

Mostra file Open project: dotnet/corefx Class Usage Examples

Public Methods

Method Description
Foo ( String args ) : int
Main ( String args ) : int
foo ( ) : object

Method Details

Foo() public static method

public static Foo ( String args ) : int
args String
return int

Main() public static method

public static Main ( String args ) : int
args String
return int

foo() public static method

public static foo ( ) : object
return object