C# Class Fan.Sys.Unsafe

Unsafe
Inheritance: FanObj
Show file Open project: xored/f4

Public Methods

Method Description
@typeof ( ) : Type
Unsafe ( object val ) : System
isImmutable ( ) : bool
make ( object val ) : Unsafe
val ( ) : object

Method Details

@typeof() public method

public @typeof ( ) : Type
return Type

Unsafe() public method

public Unsafe ( object val ) : System
val object
return System

isImmutable() public method

public isImmutable ( ) : bool
return bool

make() public static method

public static make ( object val ) : Unsafe
val object
return Unsafe

val() public method

public val ( ) : object
return object