C# Class LittleTalk.NativeInteger

Inheritance: Object
Exibir arquivo Open project: hugoferreira/LittleTalk

Public Methods

Method Description
NativeInteger ( int i ) : System
ToString ( ) : string
operator ( ) : NativeInteger

Method Details

NativeInteger() public method

public NativeInteger ( int i ) : System
i int
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : NativeInteger
return NativeInteger