Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Boo
Lang
Runtime
Tests
IntegerExtensions
op_Implicit
Boo.Lang.Runtime.Tests.IntegerExtensions.op_Implicit C# (CSharp) Method
IntegerExtensions Class Documentation
Show file
Open project: boo/boo-lang
op_Implicit()
private
method
private
op_Implicit
(
Integer
i
) :
int
i
Integer
return
int
public static int op_Implicit(Integer i) { return i.Value; }
IntegerExtensions
op_Implicit