C# Class CsEquivalents.ModuleExample

Mostra file Open project: swlaschin/fsharp-decompiled

Public Methods

Method Description
Add ( int x, int y ) : int

add two numbers

Add1 ( int x ) : int

add 1 to a number

Method Details

Add() public static method

add two numbers
public static Add ( int x, int y ) : int
x int
y int
return int

Add1() public static method

add 1 to a number
public static Add1 ( int x ) : int
x int
return int